@@ -18,7 +18,6 @@ |
||
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; |
@@ -110,7 +110,7 @@ discard block |
||
110 | 110 | |
111 | 111 | /** |
112 | 112 | * Toggles that work should be stopped, we only subscribe to SIGTERM and SIGHUP |
113 | - * @param int $signno Signal number |
|
113 | + * @param int $signo Signal number |
|
114 | 114 | */ |
115 | 115 | public function handleSystemSignal($signo) |
116 | 116 | { |
@@ -413,7 +413,6 @@ discard block |
||
413 | 413 | * @see https://github.com/brianlmoon/GearmanManager/blob/ffc828dac2547aff76cb4962bb3fcc4f454ec8a2/GearmanPeclManager.php#L95-206 |
414 | 414 | * |
415 | 415 | * @param \GearmanJob $job |
416 | - * @param mixed $context |
|
417 | 416 | * |
418 | 417 | * @return mixed |
419 | 418 | */ |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Symfony\Component\DependencyInjection\ContainerAwareInterface; |
19 | 19 | use Symfony\Component\DependencyInjection\ContainerInterface; |
20 | 20 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
21 | - |
|
22 | 21 | use Mmoreram\GearmanBundle\Command\Util\GearmanOutputAwareInterface; |
23 | 22 | use Mmoreram\GearmanBundle\Event\GearmanWorkExecutedEvent; |
24 | 23 | use Mmoreram\GearmanBundle\Event\GearmanWorkStartingEvent; |