Skip to content

Commit e45ed77

Browse files
Fix docblock type for dispatchAfterCommit queue property. (#46704)
1 parent 13dc938 commit e45ed77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ abstract class Queue
3333
/**
3434
* Indicates that jobs should be dispatched after all database transactions have committed.
3535
*
36-
* @return $this
36+
* @var bool
3737
*/
3838
protected $dispatchAfterCommit;
3939

0 commit comments

Comments
 (0)