Skip to content

Commit

Permalink
dev: change the return type.
Browse files Browse the repository at this point in the history
  • Loading branch information
ya861220 committed Aug 6, 2023
1 parent 33d28cc commit f972677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/Entity/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ class Entity implements JsonSerializable
/**
* The date fields.
*
* @var array<string>
* @var array<int, string>
* @phpstan-var list<string>
*/
protected $dates = [
'created_at',
Expand Down

0 comments on commit f972677

Please sign in to comment.