We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e664131 commit 220394dCopy full SHA for 220394d
1 file changed
src/TypeParser.php
@@ -90,7 +90,7 @@ protected function parseField($definition)
90
91
protected function parseArrayField($definition, $nullable = false)
92
{
93
- $schema= [
+ $schema = [
94
'type' => 'array',
95
'items' => $this->parseString($definition[0]),
96
];
0 commit comments