Skip to content

Commit 923aad2

Browse files
authored
Add STL case for camelcase conversion (#1892)
1 parent 199b4b9 commit 923aad2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Generator/GeneratorHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public static function normalizeName(string $propertyName): string
4242
'KMS' => 'Kms',
4343
'ARN' => 'Arn',
4444
'VPC' => 'Vpc',
45+
'STL' => 'Stl',
4546
'TTL' => 'Ttl',
4647
'DNS' => 'Dns',
4748
'MFA' => 'Mfa',

0 commit comments

Comments
 (0)