@@ -72,7 +72,7 @@ discard block |
||
72 | 72 | |
73 | 73 | switch ($type->getName()) { |
74 | 74 | case DoctrineHelper::getDoctrineType('BIGINT'): |
75 | - $convertedValue = (string) $value; // @phpstan-ignore-line |
|
75 | + $convertedValue = (string) $value; // @phpstan-ignore-line |
|
76 | 76 | |
77 | 77 | break; |
78 | 78 | case DoctrineHelper::getDoctrineType('INTEGER'): |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | case 'uuid': |
92 | 92 | case 'ulid': |
93 | 93 | // Ramsey UUID / Symfony UID (UUID/ULID) |
94 | - $convertedValue = (string) $value; // @phpstan-ignore-line |
|
94 | + $convertedValue = (string) $value; // @phpstan-ignore-line |
|
95 | 95 | |
96 | 96 | break; |
97 | 97 | case DoctrineHelper::getDoctrineType('BINARY'): |