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