We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d4bae5 commit 4661c9dCopy full SHA for 4661c9d
src/CodeGenerator/src/Generator/GeneratorHelper.php
@@ -27,11 +27,13 @@ public static function normalizeName(string $propertyName): string
27
'SHA256' => 'Sha256',
28
'3DLUT' => '3Dlut',
29
'CRC32' => 'Crc32',
30
+ 'CRC64' => 'Crc64',
31
'BOOL' => 'Bool',
32
'CORS' => 'Cors',
33
'ECS' => 'Ecs',
34
'ETag' => 'Etag',
35
'NULL' => 'Null',
36
+ 'NVME' => 'Nvme',
37
'SHA1' => 'Sha1',
38
'AWS' => 'Aws',
39
'ACL' => 'Acl',
0 commit comments