fixed coding standard errors

This commit is contained in:
ukk1337 2014-02-04 15:37:23 +01:00
parent 60c289fd68
commit 3cd6bb39bd

View file

@ -184,10 +184,10 @@ class ControllerTask extends BakeTask {
$wannaUseSession = $this->in(
__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');
}
}
}
} else {
list($wannaBakeCrud, $wannaBakeAdminCrud) = $this->_askAboutMethods();