Skip to content

Commit

Permalink
fix $events docblock type (#53808)
Browse files Browse the repository at this point in the history
`Illuminate\Contracts\Events\Dispatcher` is the correct name of the imported interface that is type-hinted in the constructor
  • Loading branch information
browner12 authored Dec 10, 2024
1 parent a3b99f1 commit 3c61946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Log/Context/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Repository
/**
* The event dispatcher instance.
*
* @var \Illuminate\Events\Dispatcher
* @var \Illuminate\Contracts\Events\Dispatcher
*/
protected $events;

Expand Down

0 comments on commit 3c61946

Please sign in to comment.