Remove need for global phpcs and php-cs-fixer

This commit is contained in:
Craig Davis
2014-01-12 19:58:14 -07:00
parent 07b70ef799
commit 9ebc5d669a
8 changed files with 229 additions and 12 deletions

View File

@@ -1,7 +1,6 @@
<?php
namespace Resume\Command;
use Resume\Command\HtmlCommand;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;