Skip to content

Commit

Permalink
Fixed CS error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 13, 2014
1 parent 8f21eba commit 5c6ee1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/ShellDispatcher.php
Expand Up @@ -19,8 +19,8 @@
use Cake\Core\Configure; use Cake\Core\Configure;
use Cake\Core\Exception\Exception; use Cake\Core\Exception\Exception;
use Cake\Core\Plugin; use Cake\Core\Plugin;
use Cake\Utility\Inflector;
use Cake\Shell\Task\CommandTask; use Cake\Shell\Task\CommandTask;
use Cake\Utility\Inflector;


/** /**
* Shell dispatcher handles dispatching cli commands. * Shell dispatcher handles dispatching cli commands.
Expand Down

0 comments on commit 5c6ee1f

Please sign in to comment.