mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix whitespace errors
This commit is contained in:
parent
69248dfb1a
commit
6672eafe53
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue