Skip to content

Commit

Permalink
fix @return typehint of Illuminate\Events\Dispatcher@resolveQueue (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
wand2016 committed Oct 21, 2020
1 parent 8a135a1 commit f88350b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Events/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ public function forgetPushed()
/**
* Get the queue implementation from the resolver.
*
* @return \Illuminate\Contracts\Queue\Queue
* @return \Illuminate\Contracts\Queue\Factory
*/
protected function resolveQueue()
{
Expand Down

0 comments on commit f88350b

Please sign in to comment.