diff --git a/More/EAV/Entity.php b/More/EAV/Entity.php index 1a619e1..3539c10 100644 --- a/More/EAV/Entity.php +++ b/More/EAV/Entity.php @@ -16,7 +16,7 @@ class Entity implements \Stringable /** * @param Value[] $values */ - public function __construct(private string $name, $values) + public function __construct(private string $name, array $values) { $this->values = new SplObjectStorage();