Passed
Push — master ( 235f7d...b93d11 )
by Stefan
01:24
created
SKien/Google/GClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -562,7 +562,7 @@
 block discarded – undo
562 562
         $aHeader['status'] = $aLine[0];
563 563
         array_shift($aLine);
564 564
 
565
-        foreach ($aLine as $strLine){
565
+        foreach ($aLine as $strLine) {
566 566
             // only consider the first colon, since other colons can also appear in
567 567
             // the header value - the rest of such a value would be lost
568 568
             // (eg "Location: https: // www ...." - "// www ...." would be gone !)
Please login to merge, or discard this patch.