Completed
Push — master ( 239355...d39289 )
by Matthew
05:26
created
DependencyInjection/Compiler/WorkerCompilerPass.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -235,6 +235,10 @@  discard block
 block discarded – undo
235 235
         return $jobClass;
236 236
     }
237 237
 
238
+    /**
239
+     * @param string $type
240
+     * @param string $className
241
+     */
238 242
     public function getRunArchiveClass(ContainerBuilder $container, $type, $className)
239 243
     {
240 244
         $runArchiveClass = $container->hasParameter('dtc_queue.class_'.$type) ? $container->getParameter('dtc_queue.class_'.$type) : null;
@@ -274,7 +278,6 @@  discard block
 block discarded – undo
274 278
     }
275 279
 
276 280
     /**
277
-     * @param string|null $jobArchiveClass
278 281
      *
279 282
      * @throws \Exception
280 283
      */
Please login to merge, or discard this patch.