Skip to content

Commit

Permalink
fix whitespace errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ceeram committed Dec 21, 2012
1 parent 69248df commit 6672eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Shell.php
Expand Up @@ -673,7 +673,7 @@ public function createFile($path, $contents) {
$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;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Console/ShellDispatcher.php
Expand Up @@ -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();
Expand Down

0 comments on commit 6672eaf

Please sign in to comment.