@@ -96,7 +96,7 @@ |
||
96 | 96 | /** |
97 | 97 | * Get command from command data. |
98 | 98 | * |
99 | - * @param mixed $commandData |
|
99 | + * @param string $commandData |
|
100 | 100 | * |
101 | 101 | * @return CommandInterface |
102 | 102 | * @throws \Exception Thrown, when translation has been unsuccessfull. |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Exception; |
6 | 6 | use Gendoria\CommandQueue\Command\CommandInterface; |
7 | 7 | use Gendoria\CommandQueue\CommandProcessor\CommandProcessorInterface; |
8 | -use Gendoria\CommandQueue\ProcessorFactory; |
|
9 | 8 | use Gendoria\CommandQueue\ProcessorFactoryInterface; |
10 | 9 | use Gendoria\CommandQueue\ProcessorNotFoundException; |
11 | 10 | use Gendoria\CommandQueue\Worker\Exception\ProcessorErrorException; |