Passed
Push — master ( 8ebbdd...46af8c )
by Bjørn
02:23
created
src/Detectors/Stack.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,6 +37,6 @@
 block discarded – undo
37 37
             }
38 38
         }
39 39
 
40
-        return null;     // undetermined
40
+        return null; // undetermined
41 41
     }
42 42
 }
Please login to merge, or discard this patch.
src/GuessFromExtension.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
         switch ($fileExtension) {
73 73
             case 'ico':
74 74
             case 'cur':
75
-                return 'image/x-icon';      // or perhaps 'vnd.microsoft.icon' ?
75
+                return 'image/x-icon'; // or perhaps 'vnd.microsoft.icon' ?
76 76
 
77 77
             case 'jpg':
78 78
                 return 'image/jpeg';
Please login to merge, or discard this patch.