Passed
Push — master ( b564ae...f9b91b )
by Bjørn
02:50
created
src/Detectors/SniffFirstFourBytes.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                 // Note that <xml> tag might be big too... - so we read in 200 extra
73 73
                 $moreBytes = @fread($handle, 200);
74 74
                 if ($moreBytes !== false) {
75
-                  $sampleBin .= $moreBytes;
75
+                    $sampleBin .= $moreBytes;
76 76
                 }
77 77
                 $binPatterns[] = ['image/svg+xml', "/^(<\?xml[^>]*\?>.*)?<svg/is"];
78 78
                 break;
Please login to merge, or discard this patch.