Completed
Pull Request — master (#650)
by Ian
28s
created
src/Gaufrette/Adapter/FlysystemV2.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.