diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 5e2bc453e..da94fc44f 100644 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -272,7 +272,7 @@ class Directory extends FileAbstract implements DirectoryInterface /** * {@inheritdoc} */ - public function \rewind() + public function rewind() { \reset($this->nodes); }