Completed
Push — master ( e1c899...25c559 )
by Tolan
02:28
created
lib/Response.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
         if( null == $responseCode ){
41 41
             if( $type == "redirect" ){
42 42
                 $responseCode = 301;
43
-            }else{
43
+            } else{
44 44
                 $responseCode = 200;
45 45
             }
46 46
         }
Please login to merge, or discard this patch.