Completed
Pull Request — master (#1218)
by
unknown
41s
created
src/SWP/Bundle/FixturesBundle/WebTestCase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
       unset($server['HTTP_Authorization']);
87 87
     }
88 88
 
89
-    if(!array_key_exists("HTTP_HOST", $server)) {
89
+    if (!array_key_exists("HTTP_HOST", $server)) {
90 90
       $server['HTTP_HOST'] = 'localhost';
91 91
     }
92 92
 
Please login to merge, or discard this patch.