Completed
Branch master (bb7de0)
by Mickael
06:18
created
Command/GearmanCacheClearCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param GearmanCacheWrapper $gearmanCacheWrapper GearmanCacheWrapper
40 40
      *
41
-     * @return GearmanCacheWarmupCommand self Object
41
+     * @return GearmanCacheClearCommand self Object
42 42
      */
43 43
     public function setGearmanCacheWrapper(GearmanCacheWrapper $gearmanCacheWrapper)
44 44
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\Console\Input\InputInterface;
17 17
 use Symfony\Component\Console\Output\OutputInterface;
18
-
19 18
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
20 19
 use Mmoreram\GearmanBundle\Service\GearmanCacheWrapper;
21 20
 
Please login to merge, or discard this patch.
Command/GearmanCacheWarmupCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\Console\Input\InputInterface;
17 17
 use Symfony\Component\Console\Output\OutputInterface;
18
-
19 18
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
20 19
 use Mmoreram\GearmanBundle\Service\GearmanCacheWrapper;
21 20
 
Please login to merge, or discard this patch.
Command/GearmanJobDescribeCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\Console\Input\InputArgument;
17 17
 use Symfony\Component\Console\Input\InputInterface;
18 18
 use Symfony\Component\Console\Output\OutputInterface;
19
-
20 19
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
21 20
 use Mmoreram\GearmanBundle\Service\GearmanClient;
22 21
 use Mmoreram\GearmanBundle\Service\GearmanDescriber;
Please login to merge, or discard this patch.
Command/GearmanJobExecuteCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\Console\Input\InputInterface;
19 19
 use Symfony\Component\Console\Input\InputOption;
20 20
 use Symfony\Component\Console\Output\OutputInterface;
21
-
22 21
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
23 22
 use Mmoreram\GearmanBundle\Service\GearmanClient;
24 23
 use Mmoreram\GearmanBundle\Service\GearmanDescriber;
Please login to merge, or discard this patch.
Command/GearmanWorkerDescribeCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use Symfony\Component\Console\Input\InputArgument;
17 17
 use Symfony\Component\Console\Input\InputInterface;
18 18
 use Symfony\Component\Console\Output\OutputInterface;
19
-
20 19
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
21 20
 use Mmoreram\GearmanBundle\Service\GearmanClient;
22 21
 use Mmoreram\GearmanBundle\Service\GearmanDescriber;
Please login to merge, or discard this patch.
Command/GearmanWorkerExecuteCommand.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Symfony\Component\Console\Input\InputInterface;
19 19
 use Symfony\Component\Console\Input\InputOption;
20 20
 use Symfony\Component\Console\Output\OutputInterface;
21
-
22 21
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
23 22
 use Mmoreram\GearmanBundle\Service\GearmanClient;
24 23
 use Mmoreram\GearmanBundle\Service\GearmanDescriber;
Please login to merge, or discard this patch.
Command/GearmanWorkerListCommand.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      *
39 39
      * @param GearmanClient $gearmanClient Gearman client
40 40
      *
41
-     * @return GearmanJobDescribeCommand self Object
41
+     * @return GearmanWorkerListCommand self Object
42 42
      */
43 43
     public function setGearmanClient(GearmanClient $gearmanClient)
44 44
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Symfony\Component\Console\Input\InputInterface;
17 17
 use Symfony\Component\Console\Output\OutputInterface;
18
-
19 18
 use Mmoreram\GearmanBundle\Command\Abstracts\AbstractGearmanCommand;
20 19
 use Mmoreram\GearmanBundle\Service\GearmanClient;
21 20
 
Please login to merge, or discard this patch.
Dispatcher/GearmanCallbacksDispatcher.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Mmoreram\GearmanBundle\Dispatcher;
15 15
 
16 16
 use GearmanTask;
17
-
18 17
 use Mmoreram\GearmanBundle\Dispatcher\Abstracts\AbstractGearmanDispatcher;
19 18
 use Mmoreram\GearmanBundle\Event\GearmanClientCallbackCompleteEvent;
20 19
 use Mmoreram\GearmanBundle\Event\GearmanClientCallbackCreatedEvent;
Please login to merge, or discard this patch.
Exceptions/WorkerNameTooLongException.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 namespace Mmoreram\GearmanBundle\Exceptions;
15 15
 
16 16
 use Exception;
17
-
18 17
 use Mmoreram\GearmanBundle\Exceptions\Abstracts\AbstractGearmanException;
19 18
 
20 19
 /**
Please login to merge, or discard this patch.