Skip to content

Commit

Permalink
Appease the mighty PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeTowers committed Nov 5, 2024
1 parent 8675a20 commit 54a0814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Database/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Model extends EloquentModel implements ModelInterface
public $implement = null;

/**
* @var array Make the model's attributes public so behaviors can modify them.
* @var array<string, mixed> Make the model's attributes public so behaviors can modify them.
*/
public $attributes = [];

Expand Down

0 comments on commit 54a0814

Please sign in to comment.