We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d28cc commit f972677Copy full SHA for f972677
1 file changed
system/Entity/Entity.php
@@ -53,7 +53,8 @@ class Entity implements JsonSerializable
53
/**
54
* The date fields.
55
*
56
- * @var array<string>
+ * @var array<int, string>
57
+ * @phpstan-var list<string>
58
*/
59
protected $dates = [
60
'created_at',
0 commit comments