[8.x] Add types to arrays in boilerplate (#5738)
* Add more specific types * Update Authenticate.php * Update Authenticate.php
This commit is contained in:
@@ -12,7 +12,7 @@ class EventServiceProvider extends ServiceProvider
|
||||
/**
|
||||
* The event listener mappings for the application.
|
||||
*
|
||||
* @var array
|
||||
* @var array<string, string[]>
|
||||
*/
|
||||
protected $listen = [
|
||||
Registered::class => [
|
||||
|
||||
Reference in New Issue
Block a user