Skip to content

Commit

Permalink
make UuidPropertyDescriber final
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jun 12, 2024
1 parent 2ba657d commit b74b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PropertyDescriber/UuidPropertyDescriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b74b540

Please sign in to comment.