@@ -279,7 +279,6 @@ |
||
| 279 | 279 | } |
| 280 | 280 | |
| 281 | 281 | /** |
| 282 | - |
|
| 283 | 282 | * @param string $theme |
| 284 | 283 | * @return \Magium\Themes\ThemeConfigurationInterface |
| 285 | 284 | */ |
@@ -5,13 +5,9 @@ |
||
| 5 | 5 | use Guzzle\Http\Client; |
| 6 | 6 | use Magium\Cli\Command\Test\TestSkeleton; |
| 7 | 7 | use Magium\InvalidConfigurationException; |
| 8 | -use Magium\NotFoundException; |
|
| 9 | 8 | use Magium\Util\Api\ApiConfiguration; |
| 10 | 9 | use Symfony\Component\Console\Command\Command; |
| 11 | -use Symfony\Component\Console\Input\ArrayInput; |
|
| 12 | -use Symfony\Component\Console\Input\InputArgument; |
|
| 13 | 10 | use Symfony\Component\Console\Input\InputInterface; |
| 14 | -use Symfony\Component\Console\Input\InputOption; |
|
| 15 | 11 | use Symfony\Component\Console\Output\OutputInterface; |
| 16 | 12 | |
| 17 | 13 | class ApiPing extends Command |