Completed
Pull Request — master (#486)
by Dalibor
02:24
created
src/Gaufrette/Adapter/AzureBlobStorage.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -421,7 +421,7 @@
 block discarded – undo
421 421
     }
422 422
 
423 423
     /**
424
-     * @param string|resource $content
424
+     * @param string $content
425 425
      *
426 426
      * @return string
427 427
      */
Please login to merge, or discard this 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.