Skip to content

Commit d9bda4f

Browse files
authored
Merge pull request #44356 from bilfeldt/patch-1
Fix incorrect docblock return type
2 parents c86e883 + 3627e97 commit d9bda4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Middleware/WithoutOverlapping.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public function withPrefix(string $prefix)
138138
/**
139139
* Indicate that the lock key should be shared across job classes.
140140
*
141-
* @return void
141+
* @return $this
142142
*/
143143
public function shared()
144144
{

0 commit comments

Comments
 (0)