Fix namespace bug

This commit is contained in:
Dennis Eichhorn 2018-08-27 11:09:56 +02:00
parent cf161359c2
commit 8716d80efb

View File

@ -272,7 +272,7 @@ class Directory extends FileAbstract implements DirectoryInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public function \rewind() public function rewind()
{ {
\reset($this->nodes); \reset($this->nodes);
} }