Skip to content

Commit e664131

Browse files
committed
Removed redundant field
1 parent c60b5bf commit e664131

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/TypeParser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ protected function parseArrayField($definition, $nullable = false)
9393
$schema= [
9494
'type' => 'array',
9595
'items' => $this->parseString($definition[0]),
96-
'nullable' => $nullable,
9796
];
9897
return $this->makeNullableSchema($schema, $nullable);
9998
}

0 commit comments

Comments
 (0)