From b37214f413641bb7df7d38ab95d3a3d44c073b85 Mon Sep 17 00:00:00 2001 From: djordy Date: Fri, 18 Oct 2024 00:23:17 +0200 Subject: [PATCH] style fix --- src/ModelDescriber/ObjectModelDescriber.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ModelDescriber/ObjectModelDescriber.php b/src/ModelDescriber/ObjectModelDescriber.php index 7dae00345..c92ae770b 100644 --- a/src/ModelDescriber/ObjectModelDescriber.php +++ b/src/ModelDescriber/ObjectModelDescriber.php @@ -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); }