Completed
Pull Request — master (#486)
by Dalibor
02:26
created
src/Gaufrette/Adapter/AzureBlobStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
             $blobList = $this->blobProxy->listBlobs($this->containerName);
245 245
 
246 246
             return array_map(
247
-                function (Blob $blob) {
247
+                function(Blob $blob) {
248 248
                     return $blob->getName();
249 249
                 },
250 250
                 $blobList->getBlobs()
Please login to merge, or discard this patch.