Completed
Push — master ( 42ab41...f5b0ad )
by Tomasz
02:38
created
src/Gendoria/CommandQueue/Worker/BaseWorker.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.