diff --git a/lib/Cake/Console/Command/SchemaShell.php b/lib/Cake/Console/Command/SchemaShell.php index 94dfc4619d6..29bbd8be560 100644 --- a/lib/Cake/Console/Command/SchemaShell.php +++ b/lib/Cake/Console/Command/SchemaShell.php @@ -68,7 +68,7 @@ public function startup() { } if ($name && empty($this->params['file'])) { $this->params['file'] = Inflector::underscore($name); - } elseif(empty($this->params['file'])) { + } elseif (empty($this->params['file'])) { $this->params['file'] = 'schema.php'; } if (strpos($this->params['file'], '.php') === false) {