@@ -72,7 +72,7 @@ |
||
| 72 | 72 | */ |
| 73 | 73 | public function keys() |
| 74 | 74 | { |
| 75 | - return array_map(function (StorageAttributes $content) { |
|
| 75 | + return array_map(function(StorageAttributes $content) { |
|
| 76 | 76 | return $content->path(); |
| 77 | 77 | }, $this->adapter->listContents('', true)); |
| 78 | 78 | } |