Skip to content

Commit aaf11ec

Browse files
authored
Add camelcase support for CRC64 and NVME (#1835)
1 parent 94d4cba commit aaf11ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Generator/GeneratorHelper.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,13 @@ public static function normalizeName(string $propertyName): string
2727
'SHA256' => 'Sha256',
2828
'3DLUT' => '3Dlut',
2929
'CRC32' => 'Crc32',
30+
'CRC64' => 'Crc64',
3031
'BOOL' => 'Bool',
3132
'CORS' => 'Cors',
3233
'ECS' => 'Ecs',
3334
'ETag' => 'Etag',
3435
'NULL' => 'Null',
36+
'NVME' => 'Nvme',
3537
'SHA1' => 'Sha1',
3638
'AWS' => 'Aws',
3739
'ACL' => 'Acl',

0 commit comments

Comments
 (0)