Skip to content

Commit

Permalink
fix more CS
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Sep 26, 2014
1 parent ab1ff33 commit d5a189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/Task/PluginTask.php
Expand Up @@ -138,7 +138,7 @@ public function bake($plugin) {
$out .= "class AppController extends BaseController {\n\n";
$out .= "}\n";
$this->createFile($this->path . $plugin . DS . $classBase . DS . 'Controller' . DS . $controllerFileName, $out);
$emptyFile = $this->path . 'empty';
$emptyFile = $this->path . 'empty';
$this->_deleteEmptyFile($emptyFile);

$hasAutoloader = $this->_modifyAutoloader($plugin, $this->path);
Expand Down

0 comments on commit d5a189d

Please sign in to comment.