@@ -106,7 +106,7 @@ |
||
106 | 106 | |
107 | 107 | public function current() |
108 | 108 | { |
109 | - $current = current($this->files); |
|
109 | + $current = current($this->files); |
|
110 | 110 | $this->checkFileLocation($current); |
111 | 111 | return $current; |
112 | 112 | } |