@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Gaufrette\Adapter; |
4 | 4 | |
5 | -use Gaufrette\File; |
|
6 | 5 | use Gaufrette\Adapter; |
7 | 6 | use Gaufrette\Adapter\InMemory as InMemoryAdapter; |
8 | 7 |
@@ -264,8 +264,8 @@ |
||
264 | 264 | $this->fileData = array_merge($fileData, $this->fileData); |
265 | 265 | |
266 | 266 | return [ |
267 | - 'keys' => array_keys($fileData), |
|
268 | - 'dirs' => $dirs, |
|
267 | + 'keys' => array_keys($fileData), |
|
268 | + 'dirs' => $dirs, |
|
269 | 269 | ]; |
270 | 270 | } |
271 | 271 |