Completed
Push — master ( ab1502...0806c6 )
by
unknown
37:38
created
DependencyInjection/QueueExtension.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,6 @@
 block discarded – undo
21 21
 use SfCod\QueueBundle\Service\QueueManager;
22 22
 use SfCod\QueueBundle\Worker\Worker;
23 23
 use Symfony\Component\DependencyInjection\ContainerBuilder;
24
-use Symfony\Component\DependencyInjection\ContainerInterface;
25 24
 use Symfony\Component\DependencyInjection\Definition;
26 25
 use Symfony\Component\DependencyInjection\Reference;
27 26
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
Please login to merge, or discard this patch.
Service/JobQueue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
     /**
88 88
      * Push a new job onto the queue after a delay.
89 89
      *
90
-     * @param \DateInterval|int $delay
90
+     * @param integer $delay
91 91
      * @param string $job
92 92
      * @param mixed $data
93 93
      * @param string $queue
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Push a new job into the queue after a delay if job does not exist.
105 105
      *
106
-     * @param \DateInterval|int $delay
106
+     * @param integer $delay
107 107
      * @param string $job
108 108
      * @param mixed $data
109 109
      * @param string $queue
Please login to merge, or discard this patch.