@@ -33,8 +33,9 @@ |
||
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')) { |
@@ -41,7 +41,7 @@ |
||
41 | 41 | |
42 | 42 | if($this->doInstall){ |
43 | 43 | $this->runComposer(); |
44 | - }else{ |
|
44 | + } else{ |
|
45 | 45 | $this->output->writeln('$'); |
46 | 46 | } |
47 | 47 | } |