@@ -65,7 +65,7 @@ |
||
65 | 65 | ksort($files); |
66 | 66 | |
67 | 67 | while ($this->isCapacityExceeded($files)) { |
68 | - $file = array_shift($files); |
|
68 | + $file = array_shift($files); |
|
69 | 69 | if ($file === null) { |
70 | 70 | break; |
71 | 71 | } |