@@ -38,7 +38,7 @@ |
||
| 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 | { |
@@ -15,7 +15,6 @@ |
||
| 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 | |
@@ -15,7 +15,6 @@ |
||
| 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 | |
@@ -16,7 +16,6 @@ |
||
| 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; |
@@ -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; |
@@ -16,7 +16,6 @@ |
||
| 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; |
@@ -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; |
@@ -38,7 +38,7 @@ |
||
| 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 | { |
@@ -15,7 +15,6 @@ |
||
| 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 | |
@@ -14,7 +14,6 @@ |
||
| 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; |
@@ -14,7 +14,6 @@ |
||
| 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 | /** |