@@ -11,9 +11,9 @@ |
||
11 | 11 | namespace ConsoleHelpers\JiraCLI; |
12 | 12 | |
13 | 13 | |
14 | +use ConsoleHelpers\ConsoleKit\Application as BaseApplication; |
|
14 | 15 | use ConsoleHelpers\JiraCLI\Command\BackportCommand; |
15 | 16 | use ConsoleHelpers\JiraCLI\Command\DownloadAttachmentCommand; |
16 | -use ConsoleHelpers\ConsoleKit\Application as BaseApplication; |
|
17 | 17 | use ConsoleHelpers\JiraCLI\Command\VersionsCommand; |
18 | 18 | use Symfony\Component\Console\Command\Command; |
19 | 19 |
@@ -11,15 +11,15 @@ |
||
11 | 11 | namespace ConsoleHelpers\JiraCLI\Command; |
12 | 12 | |
13 | 13 | |
14 | -use chobie\Jira\Api; |
|
15 | -use chobie\Jira\Issue; |
|
16 | -use chobie\Jira\Issues\Walker; |
|
17 | 14 | use ConsoleHelpers\ConsoleKit\Exception\CommandException; |
18 | 15 | use Symfony\Component\Console\Helper\Table; |
19 | 16 | use Symfony\Component\Console\Input\InputArgument; |
20 | 17 | use Symfony\Component\Console\Input\InputInterface; |
21 | 18 | use Symfony\Component\Console\Input\InputOption; |
22 | 19 | use Symfony\Component\Console\Output\OutputInterface; |
20 | +use chobie\Jira\Api; |
|
21 | +use chobie\Jira\Issue; |
|
22 | +use chobie\Jira\Issues\Walker; |
|
23 | 23 | |
24 | 24 | class BackportCommand extends AbstractCommand |
25 | 25 | { |