Passed
Push — master ( 1ecbf6...5ba771 )
by Fabio
05:52
created
framework/Shell/Actions/TPhpShellAction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 		if (count($args) > 1) {
37 37
 			$loaded = $this->initializePradoApplication($args[1]);
38 38
 			$this->getWriter()->flush();
39
-			if($loaded === false) {
39
+			if ($loaded === false) {
40 40
 				return true;
41 41
 			}
42 42
 		}
Please login to merge, or discard this patch.