Test Failed
Push — master ( 19cb24...fe93fd )
by Bjørn
07:47
created
src/GuessFromExtension.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
         // Non-trivial image mime types
72 72
         switch ($fileExtension) {
73
-          case 'ico':
73
+            case 'ico':
74 74
           case 'cur':
75 75
                 return 'image/x-icon';      // or perhaps 'vnd.microsoft.icon' ?
76 76
 
Please login to merge, or discard this 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.