Skip to content

Commit

Permalink
Update PHPDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
natanfelles committed Mar 10, 2024
1 parent b47ca41 commit 660afd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
abstract class Model implements ModelInterface
{
/**
* @var array<string,Model>
* @var array<string,mixed>
*/
protected static array $models = [];
/**
Expand Down

0 comments on commit 660afd2

Please sign in to comment.