| @@ -7,7 +7,6 @@ | ||
| 7 | 7 | |
| 8 | 8 | namespace Symplify\PHP7_CodeSniffer\Console\Command; | 
| 9 | 9 | |
| 10 | -use Exception; | |
| 11 | 10 | use Symfony\Component\Console\Command\Command; | 
| 12 | 11 | use Symfony\Component\Console\Input\InputArgument; | 
| 13 | 12 | use Symfony\Component\Console\Input\InputInterface; | 
| @@ -12,7 +12,7 @@ | ||
| 12 | 12 | /** | 
| 13 | 13 | * @var int | 
| 14 | 14 | */ | 
| 15 | - const SUCCESS = 0; | |
| 15 | + const SUCCESS = 0; | |
| 16 | 16 | |
| 17 | 17 | /** | 
| 18 | 18 | * |