@@ -18,13 +18,13 @@ discard block |
||
18 | 18 | * @param string $jobId |
19 | 19 | * @return integer count of rows updated |
20 | 20 | */ |
21 | - public function setJob(string $jobId, string $processId, int $limit = 0, $conditions = []) : int ; |
|
21 | + public function setJob(string $jobId, string $processId, int $limit = 0, $conditions = []) : int; |
|
22 | 22 | |
23 | 23 | /** |
24 | 24 | * @param string $jobId |
25 | 25 | * @return integer count of rows updated |
26 | 26 | */ |
27 | - public function clearJob(string $jobId) : int ; |
|
27 | + public function clearJob(string $jobId) : int; |
|
28 | 28 | |
29 | 29 | |
30 | 30 | /** |
@@ -45,7 +45,7 @@ discard block |
||
45 | 45 | * Clear all records of any processing status |
46 | 46 | * @return int |
47 | 47 | */ |
48 | - public function clearAllProcesses() : int ; |
|
48 | + public function clearAllProcesses() : int; |
|
49 | 49 | |
50 | 50 | |
51 | 51 | } |