Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Jun 16, 2023
1 parent 6c64207 commit 1f983c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ModelDescriber/ObjectModelDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ private function camelize(string $string): string
*/
private function describeProperty(array $types, Model $model, OA\Schema $property, string $propertyName)
{

foreach ($this->propertyDescribers as $propertyDescriber) {
if ($propertyDescriber instanceof ModelRegistryAwareInterface) {
$propertyDescriber->setModelRegistry($this->modelRegistry);
Expand Down

0 comments on commit 1f983c1

Please sign in to comment.