Passed
Branch master (289b67)
by Tõnis
03:37
created
src/interfaces/MultiThreadableInterface.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,13 +18,13 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 }
Please login to merge, or discard this patch.