@@ -19,10 +19,10 @@ |
||
| 19 | 19 | namespace Phpoaipmh\Example; |
| 20 | 20 | |
| 21 | 21 | use Symfony\Component\Console\Command\Command; |
| 22 | +use Symfony\Component\Console\Helper\Table; |
|
| 22 | 23 | use Symfony\Component\Console\Input\InputInterface; |
| 23 | 24 | use Symfony\Component\Console\Input\InputOption; |
| 24 | 25 | use Symfony\Component\Console\Output\OutputInterface; |
| 25 | -use Symfony\Component\Console\Helper\Table; |
|
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * A symfony 2 console command. |
@@ -18,8 +18,8 @@ |
||
| 18 | 18 | namespace Phpoaipmh; |
| 19 | 19 | |
| 20 | 20 | use Phpoaipmh\Exception\HttpException; |
| 21 | -use Phpoaipmh\Exception\OaipmhException; |
|
| 22 | 21 | use Phpoaipmh\Exception\MalformedResponseException; |
| 22 | +use Phpoaipmh\Exception\OaipmhException; |
|
| 23 | 23 | use Phpoaipmh\HttpAdapter\CurlAdapter; |
| 24 | 24 | use Phpoaipmh\HttpAdapter\GuzzleAdapter; |
| 25 | 25 | use Phpoaipmh\HttpAdapter\HttpAdapterInterface; |