@@ -19,7 +19,6 @@ |
||
19 | 19 | use Netresearch\Kite\Exception; |
20 | 20 | use Netresearch\Kite\Service\Config; |
21 | 21 | use Netresearch\Kite\Console\Command\JobCommand; |
22 | -use Netresearch\Kite\Service\Factory; |
|
23 | 22 | use Symfony\Component\Console\Command\Command; |
24 | 23 | use Symfony\Component\Console\Input\InputInterface; |
25 | 24 | use Symfony\Component\Console\Input\InputOption; |
@@ -22,7 +22,6 @@ |
||
22 | 22 | use Netresearch\Kite\Service\Descriptor; |
23 | 23 | use Symfony\Component\Console\Command\Command; |
24 | 24 | use Symfony\Component\Console\Input\InputInterface; |
25 | - |
|
26 | 25 | use Symfony\Component\Console\Output\ConsoleOutput; |
27 | 26 | use Symfony\Component\Console\Output\OutputInterface; |
28 | 27 |
@@ -13,7 +13,6 @@ |
||
13 | 13 | |
14 | 14 | namespace Netresearch\Kite\Console\Output; |
15 | 15 | use Symfony\Component\Console\Formatter\OutputFormatterInterface; |
16 | - |
|
17 | 16 | use Symfony\Component\Console\Output\StreamOutput; |
18 | 17 | use Symfony\Component\Console\Formatter\OutputFormatterStyle; |
19 | 18 |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace Netresearch\Kite\Service; |
16 | 16 | use Netresearch\Kite\Job; |
17 | 17 | use Netresearch\Kite\Service\Composer\Package; |
18 | -use Netresearch\Kite\Task; |
|
19 | 18 | use Netresearch\Kite\Exception; |
20 | 19 | use Netresearch\Kite\Tasks; |
21 | 20 |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace Netresearch\Kite\Service; |
16 | 16 | |
17 | 17 | use Netresearch\Kite\Console\Output\Output; |
18 | - |
|
19 | 18 | use Symfony\Component\Console\Application; |
20 | 19 | use Symfony\Component\Console\Helper; |
21 | 20 | use Symfony\Component\Console\Input\InputInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | */ |
13 | 13 | |
14 | 14 | namespace Netresearch\Kite\Service; |
15 | -use Netresearch\Kite\Exception; |
|
16 | 15 | use Netresearch\Kite\Task; |
17 | 16 | |
18 | 17 | /** |
@@ -15,7 +15,6 @@ |
||
15 | 15 | namespace Netresearch\Kite\Task; |
16 | 16 | |
17 | 17 | |
18 | -use Netresearch\Kite\Exception; |
|
19 | 18 | use Netresearch\Kite\Task; |
20 | 19 | |
21 | 20 | /** |
@@ -15,8 +15,6 @@ |
||
15 | 15 | namespace Netresearch\Kite\Task; |
16 | 16 | use Netresearch\Kite\Task; |
17 | 17 | use Netresearch\Kite\Tasks; |
18 | -use Netresearch\Kite\Workflow; |
|
19 | -use Netresearch\Kite\Exception; |
|
20 | 18 | |
21 | 19 | /** |
22 | 20 | * Run tasks or a workflow within a task |
@@ -14,7 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Workflow\Composer; |
16 | 16 | use Netresearch\Kite\Service\Composer\Package; |
17 | -use Netresearch\Kite\Task; |
|
18 | 17 | use Netresearch\Kite\Workflow; |
19 | 18 | |
20 | 19 |