Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Oct 17, 2024
1 parent f19b9b5 commit b37214f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ModelDescriber/ObjectModelDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ public function describe(Model $model, OA\Schema $schema)

$this->describeProperty($types, $model, $property, $propertyName, $schema);
}
$this->markRequiredProperties($schema);
}
$this->markRequiredProperties($schema);
}

$this->markRequiredProperties($schema);
}
Expand Down

0 comments on commit b37214f

Please sign in to comment.