Skip to content

Commit

Permalink
Merge pull request #17 from tienvx/fix-wrong-type
Browse files Browse the repository at this point in the history
Fix wrong type
  • Loading branch information
tienvx authored Apr 25, 2023
2 parents 845e6b3 + a79b52c commit e706b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/StateValues.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class StateValues
{
public function __construct(
public /* readonly */ string $values
public /* readonly */ array $values
) {
}

Expand Down

0 comments on commit e706b12

Please sign in to comment.