Skip to content

Commit

Permalink
style: apply PHP CS Fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
chiqui3d committed Dec 27, 2023
1 parent d7e62a5 commit 769534d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ public function getName(): string
/**
* @param $value
* @param \Doctrine\DBAL\Platforms\AbstractPlatform $platform
* @return Collection<T>|T[]
* @throws \Doctrine\DBAL\Types\ConversionException
* @return Collection<T>|T[]
*/
public function convertToPHPValue($value, AbstractPlatform $platform): Collection
{
Expand Down

0 comments on commit 769534d

Please sign in to comment.