diff --git a/src/PropertyDescriber/UuidPropertyDescriber.php b/src/PropertyDescriber/UuidPropertyDescriber.php index 865124f4f..843d4ef63 100644 --- a/src/PropertyDescriber/UuidPropertyDescriber.php +++ b/src/PropertyDescriber/UuidPropertyDescriber.php @@ -17,7 +17,10 @@ final class UuidPropertyDescriber implements PropertyDescriberInterface { - public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null) + /** + * @param array $context Context options for describing the property + */ + public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null, array $context = []) { $property->type = 'string'; $property->format = 'uuid';