Completed
Push — master ( 58e792...f01f49 )
by Matthew
05:34
created
Model/RetryableJob.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     }
87 87
 
88 88
     /**
89
-     * @param int $erroredCount
89
+     * @param integer $errorCount
90 90
      *
91 91
      * @return RetryableJob
92 92
      */
Please login to merge, or discard this patch.
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.