@@ -1,10 +1,10 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Created by PhpStorm. |
|
| 4 | - * User: matthias |
|
| 5 | - * Date: 28.11.15 |
|
| 6 | - * Time: 16:16 |
|
| 7 | - */ |
|
| 3 | + * Created by PhpStorm. |
|
| 4 | + * User: matthias |
|
| 5 | + * Date: 28.11.15 |
|
| 6 | + * Time: 16:16 |
|
| 7 | + */ |
|
| 8 | 8 | |
| 9 | 9 | namespace ComposerRequireChecker\Cli; |
| 10 | 10 | |
@@ -21,7 +21,6 @@ |
||
| 21 | 21 | use PhpParser\ParserFactory; |
| 22 | 22 | use Symfony\Component\Console\Command\Command; |
| 23 | 23 | use Symfony\Component\Console\Helper\Table; |
| 24 | -use Symfony\Component\Console\Helper\TableCell; |
|
| 25 | 24 | use Symfony\Component\Console\Input\InputArgument; |
| 26 | 25 | use Symfony\Component\Console\Input\InputInterface; |
| 27 | 26 | use Symfony\Component\Console\Input\InputOption; |