We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851e691 commit 3037635Copy full SHA for 3037635
system/Entity/Entity.php
@@ -106,7 +106,7 @@ class Entity implements JsonSerializable
106
/**
107
* Holds the current values of all class vars.
108
*
109
- * @var array
+ * @var array<string, mixed>
110
*/
111
protected $attributes = [];
112
@@ -115,7 +115,7 @@ class Entity implements JsonSerializable
115
* what's actually been changed and not accidentally write
116
* nulls where we shouldn't.
117
118
119
120
protected $original = [];
121
0 commit comments