Fix some PHPAnalyzer issues

This commit is contained in:
Frédéric Guillot
2014-12-27 19:43:59 -05:00
parent 1522be603b
commit 0a14c8d5e5
22 changed files with 36 additions and 39 deletions

View File

@@ -5,7 +5,6 @@ namespace Console;
use Core\Tool;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
class TaskExport extends Base