From 769534d7f14d9f0155635aedc0f29e6c75c84d10 Mon Sep 17 00:00:00 2001 From: chiqui3d Date: Wed, 27 Dec 2023 13:47:34 +0100 Subject: [PATCH] style: apply PHP CS Fixer --- .../Persistence/Dbal/Types/JsonCollectionType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Infrastructure/Persistence/Dbal/Types/JsonCollectionType.php b/src/Infrastructure/Persistence/Dbal/Types/JsonCollectionType.php index 698477e..4f1ff70 100644 --- a/src/Infrastructure/Persistence/Dbal/Types/JsonCollectionType.php +++ b/src/Infrastructure/Persistence/Dbal/Types/JsonCollectionType.php @@ -26,8 +26,8 @@ public function getName(): string /** * @param $value * @param \Doctrine\DBAL\Platforms\AbstractPlatform $platform - * @return Collection|T[] * @throws \Doctrine\DBAL\Types\ConversionException + * @return Collection|T[] */ public function convertToPHPValue($value, AbstractPlatform $platform): Collection {