Passed
Push — master ( 3e0253...ba7b7f )
by Tõnis
03:33 queued 20s
created
HtmlOutput.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,9 @@
 block discarded – undo
33 33
             // End the buffering
34 34
             ob_end_clean();
35 35
             // If the current level has not changed, abort
36
-            if (ob_get_level() == $level)
37
-                break;
36
+            if (ob_get_level() == $level) {
37
+                            break;
38
+            }
38 39
         }
39 40
         // Disable apache output buffering/compression
40 41
         if (function_exists('apache_setenv')) {
Please login to merge, or discard this patch.
BrowserComposer.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 
42 42
         if($this->doInstall){
43 43
             $this->runComposer();
44
-        }else{
44
+        } else{
45 45
             $this->output->writeln('$');
46 46
         }
47 47
     }
Please login to merge, or discard this patch.