Passed
Push — master ( 1ecbf6...5ba771 )
by Fabio
05:52
created
framework/Shell/Actions/TPhpShellAction.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
 
44 44
  		$shell = new \Psy\Shell();
45 45
  		$shell->setBoundObject($this);
46
-        $shell->run();
46
+		$shell->run();
47 47
 		return true;
48 48
 	}
49 49
 }
Please login to merge, or discard this 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.