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 fa77872 commit 26354eaCopy full SHA for 26354ea
README.md
@@ -66,7 +66,7 @@ class ExampleObject
66
{
67
public function __construct(
68
#[MapProperty('list<non-empty-string>')]
69
- public readonly array $name,
+ public readonly array $names,
70
) {}
71
}
72
0 commit comments