Passed
Push — master ( 1ecbf6...5ba771 )
by Fabio
05:52
created
framework/Shell/Actions/TPhpShellAction.php 1 patch
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.