Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Nov 12, 2024
1 parent c30f6e6 commit 5fc88ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PropertyDescriber/RequiredPropertyDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public function describe(array $types, OA\Schema $property, ?array $groups = nul
$schema->required = array_values(array_unique($existingRequiredFields));
}

public function supports(array $types): bool
public function supports(array $types, array $context = []): bool
{
return true;
}
Expand Down

0 comments on commit 5fc88ab

Please sign in to comment.