Skip to content

Commit

Permalink
merges fix from 1.next
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Mar 26, 2021
1 parent 501400c commit d2651a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Lib/Schema/SchemaPropertyFromAnnotationFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function create(AbstractSchemaProperty $attribute): SchemaProperty
->setName($attribute->name)
->setDescription($attribute->description ?? '')
->setType($attribute->type)
->setFormat($attribute->format ?? '')
->setReadOnly($attribute->readOnly ?? false)
->setWriteOnly($attribute->writeOnly ?? false)
->setRequired($attribute->required ?? false)
Expand Down

0 comments on commit d2651a4

Please sign in to comment.