Skip to content

Commit bbc4a69

Browse files
authored
[12.x] Fix return type annotation in decrementPendingJobs method (#55133)
1 parent dee10ca commit bbc4a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Testing/Fakes/BatchFake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public function recordSuccessfulJob(string $jobId)
106106
* Decrement the pending jobs for the batch.
107107
*
108108
* @param string $jobId
109-
* @return \Illuminate\Bus\UpdatedBatchJobCounts
109+
* @return void
110110
*/
111111
public function decrementPendingJobs(string $jobId)
112112
{

0 commit comments

Comments
 (0)