mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 16:44:07 +02:00
commit
dd2d2cec9c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class DirectoryWrapper extends Wrapper implements Directory {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return string
|
* @return string|false
|
||||||
*/
|
*/
|
||||||
public function dir_readdir() {
|
public function dir_readdir() {
|
||||||
return readdir($this->source);
|
return readdir($this->source);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue