@@ -43,7 +43,7 @@ |
||
| 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 | } |
@@ -36,7 +36,7 @@ |
||
| 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 | } |