Completed
Pull Request — master (#44)
by
unknown
15s
created
src/MediaConnection/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         return new MediaConnection(
68 68
             $this->requestId,
69 69
             $this->mediaId,
70
-            array_filter($this->data, function ($data) {
70
+            array_filter($this->data, function($data) {
71 71
                 return $data !== null;
72 72
             })
73 73
         );
Please login to merge, or discard this patch.
src/MediaStorage/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
             $this->contentDescription,
93 93
             $this->fileName,
94 94
             $this->ocr,
95
-            array_filter($this->data, function ($data) {
95
+            array_filter($this->data, function($data) {
96 96
                 return $data !== null;
97 97
             })
98 98
         );
Please login to merge, or discard this patch.