Completed
Push — master ( d39289...824463 )
by Matthew
05:09
created
DependencyInjection/Compiler/WorkerCompilerPass.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 
53 53
     /**
54 54
      * @param ContainerBuilder $container
55
-     * @param array            $jobManagerRef
55
+     * @param Reference[]            $jobManagerRef
56 56
      * @param string           $jobClass
57 57
      */
58 58
     protected function setupTaggedServices(ContainerBuilder $container, Definition $definition, array $jobManagerRef, $jobClass)
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
     /**
143 143
      * @param ContainerBuilder $container
144 144
      * @param array            $arguments
145
-     * @param $class
145
+     * @param string $class
146 146
      */
147 147
     protected function setupRabbitMQOptions(ContainerBuilder $container, array &$arguments, &$class)
148 148
     {
@@ -254,6 +254,10 @@  discard block
 block discarded – undo
254 254
         return $jobClass;
255 255
     }
256 256
 
257
+    /**
258
+     * @param string $type
259
+     * @param string $className
260
+     */
257 261
     protected function getRunArchiveClass(ContainerBuilder $container, $type, $className)
258 262
     {
259 263
         $runArchiveClass = $container->hasParameter('dtc_queue.class_'.$type) ? $container->getParameter('dtc_queue.class_'.$type) : null;
@@ -293,7 +297,6 @@  discard block
 block discarded – undo
293 297
     }
294 298
 
295 299
     /**
296
-     * @param string|null $jobArchiveClass
297 300
      *
298 301
      * @throws \Exception
299 302
      */
Please login to merge, or discard this patch.