Completed
Push — master ( f85b73...7f85ed )
by Bohuslav
02:46
created
src/Factories/Environment/Superglobal/HeadersFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
                 // Do not replace existing variables
60 60
                 if (array_key_exists($name, $headersForResolve)) {
61
-                     continue;
61
+                        continue;
62 62
                 }
63 63
             }
64 64
 
Please login to merge, or discard this patch.