Passed
Push — configuration ( fedd0e...6e95de )
by Arnaud
09:38 queued 05:27
created
src/Util/File.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
         $type = explode('/', $mimeType)[0];
89 89
 
90 90
         return [
91
-            $type,     // type
91
+            $type, // type
92 92
             $mimeType, // subtype
93 93
         ];
94 94
     }
Please login to merge, or discard this patch.