Skip to content

Commit f972677

Browse files
committed
dev: change the return type.
1 parent 33d28cc commit f972677

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

system/Entity/Entity.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ class Entity implements JsonSerializable
5353
/**
5454
* The date fields.
5555
*
56-
* @var array<string>
56+
* @var array<int, string>
57+
* @phpstan-var list<string>
5758
*/
5859
protected $dates = [
5960
'created_at',

0 commit comments

Comments
 (0)