@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * @param string|null $value the value to convert |
44 | 44 | */ |
45 | - public function convertToPHPValue($value, AbstractPlatform $platform): null|array|bool|float|int|string |
|
45 | + public function convertToPHPValue($value, AbstractPlatform $platform): null | array | bool | float | int | string |
|
46 | 46 | { |
47 | 47 | if ($value === null) { |
48 | 48 | return null; |