mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fixed coding standard errors
This commit is contained in:
parent
60c289fd68
commit
3cd6bb39bd
1 changed files with 3 additions and 3 deletions
|
@ -185,9 +185,9 @@ class ControllerTask extends BakeTask {
|
||||||
__d('cake_console', "Would you like to use Session flash messages?"), array('y', 'n'), 'y'
|
__d('cake_console', "Would you like to use Session flash messages?"), array('y', 'n'), 'y'
|
||||||
);
|
);
|
||||||
|
|
||||||
if (strtolower($wannaUseSession) === 'y') {
|
if (strtolower($wannaUseSession) === 'y') {
|
||||||
array_push($components, 'Session');
|
array_push($components, 'Session');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
list($wannaBakeCrud, $wannaBakeAdminCrud) = $this->_askAboutMethods();
|
list($wannaBakeCrud, $wannaBakeAdminCrud) = $this->_askAboutMethods();
|
||||||
|
|
Loading…
Reference in a new issue