Completed
Push — master ( 0669e2...11c89b )
by Matthew
04:01 queued 01:02
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.
Beanstalkd/JobManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -51,6 +51,9 @@
 block discarded – undo
51 51
         return $job;
52 52
     }
53 53
 
54
+    /**
55
+     * @param string $data
56
+     */
54 57
     public function getBeanJob($jobId, $data)
55 58
     {
56 59
         return new \Pheanstalk\Job($jobId, $data);
Please login to merge, or discard this patch.