Skip to content

Commit 3627e97

Browse files
authored
Fix incorrect docblock return type
1 parent c86e883 commit 3627e97

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)