fix whitespace errors

This commit is contained in:
Ceeram 2012-12-21 16:05:32 +01:00
parent 69248dfb1a
commit 6672eafe53
2 changed files with 2 additions and 2 deletions

View file

@ -673,7 +673,7 @@ class Shell extends Object {
$this->out(__d('cake_console', '<success>Wrote</success> `%s`', $path));
return true;
}
$this->err(__d('cake_console', '<error>Could not write to `%s`</error>.', $path), 2);
return false;
}

View file

@ -49,7 +49,7 @@ class ShellDispatcher {
public function __construct($args = array(), $bootstrap = true) {
set_time_limit(0);
$this->parseParams($args);
if ($bootstrap) {
$this->_initConstants();
$this->_initEnvironment();