Passed
Push — types ( bcceb8 )
by Martin
02:31
created
src/MartinGeorgiev/Doctrine/DBAL/Types/Jsonb.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
      *
43 43
      * @param string|null $value the value to convert
44 44
      */
45
-    public function convertToPHPValue($value, AbstractPlatform $platform): array|float|int|string|null
45
+    public function convertToPHPValue($value, AbstractPlatform $platform): array | float | int | string | null
46 46
     {
47 47
         if ($value === null) {
48 48
             return null;
Please login to merge, or discard this patch.