Skip to content

Commit

Permalink
Update doc block to make array notation more consist. (laravel#46942)
Browse files Browse the repository at this point in the history
  • Loading branch information
zobay authored May 3, 2023
1 parent ba46acb commit d800f9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class EventServiceProvider extends ServiceProvider
/**
* The model observers to register.
*
* @var array
* @var array<string, array<int, string>>
*/
protected $observers = [];

Expand Down

0 comments on commit d800f9e

Please sign in to comment.