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 {