Skip to content

Commit

Permalink
update property signature to match Laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Nov 17, 2024
1 parent 509c0ba commit 13d3184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Repository extends BaseRepository implements ArrayAccess, RepositoryContra
/**
* All of the configuration items.
*
* @var array
* @var array<string, mixed>
*/
protected $items = [];

Expand Down

0 comments on commit 13d3184

Please sign in to comment.