From b74b540eef3d316422577de307d78a33c03d009f Mon Sep 17 00:00:00 2001 From: djordy Date: Thu, 13 Jun 2024 01:43:35 +0200 Subject: [PATCH] make UuidPropertyDescriber final --- src/PropertyDescriber/UuidPropertyDescriber.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PropertyDescriber/UuidPropertyDescriber.php b/src/PropertyDescriber/UuidPropertyDescriber.php index 8c0f0201e..865124f4f 100644 --- a/src/PropertyDescriber/UuidPropertyDescriber.php +++ b/src/PropertyDescriber/UuidPropertyDescriber.php @@ -15,7 +15,7 @@ use Symfony\Component\PropertyInfo\Type; use Symfony\Component\Uid\AbstractUid; -class UuidPropertyDescriber implements PropertyDescriberInterface +final class UuidPropertyDescriber implements PropertyDescriberInterface { public function describe(array $types, OA\Schema $property, ?array $groups = null, ?OA\Schema $schema = null) {