Browse Source

Remove unused use statements.

mscherer 7 years ago
parent
commit
1651c6f724
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/Console/CommandRunner.php

+ 0 - 4
src/Console/CommandRunner.php

@@ -16,11 +16,7 @@ namespace Cake\Console;
 
 use Cake\Command\HelpCommand;
 use Cake\Command\VersionCommand;
-use Cake\Console\CommandCollection;
-use Cake\Console\CommandCollectionAwareInterface;
-use Cake\Console\ConsoleIo;
 use Cake\Console\Exception\StopException;
-use Cake\Console\Shell;
 use Cake\Core\ConsoleApplicationInterface;
 use Cake\Core\HttpApplicationInterface;
 use Cake\Core\PluginApplicationInterface;