Test Setup Failed
Push — master ( a87626...531aa8 )
by Matthew
02:42
created
ODM/JobManager.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -59,9 +59,10 @@
 block discarded – undo
59 59
     /**
60 60
      * Prunes jobs according to a condition function.
61 61
      *
62
-     * @param null $workerName
63
-     * @param null $method
64
-     * @param $conditionFunc
62
+     * @param string|null $workerName
63
+     * @param string|null $method
64
+     * @param \Closure $conditionFunc
65
+     * @param string $objectName
65 66
      *
66 67
      * @return int
67 68
      */
Please login to merge, or discard this patch.
ORM/JobManager.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -72,9 +72,10 @@
 block discarded – undo
72 72
     /**
73 73
      * Prunes jobs according to a condition function.
74 74
      *
75
-     * @param null $workerName
76
-     * @param null $method
77
-     * @param $conditionFunc
75
+     * @param string|null $workerName
76
+     * @param string|null $method
77
+     * @param \Closure $conditionFunc
78
+     * @param string $objectName
78 79
      *
79 80
      * @return int Count of jobs pruned
80 81
      */
Please login to merge, or discard this patch.