Completed
Push — master ( 11c89b...a1f77e )
by Matthew
03:37
created
ORM/JobManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -117,6 +117,10 @@
 block discarded – undo
117 117
         }
118 118
     }
119 119
 
120
+    /**
121
+     * @param string $workerName
122
+     * @param string $method
123
+     */
120 124
     protected function addWorkerNameCriterion(QueryBuilder $queryBuilder, $workerName = null, $method = null)
121 125
     {
122 126
         if (null !== $workerName) {
Please login to merge, or discard this patch.