Skip to content

Commit 83ad9c6

Browse files
authored
Add GiB and VCpu exception to camelCase converter (#1999)
1 parent 52a4a4c commit 83ad9c6

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
@@ -60,9 +60,11 @@ public static function normalizeName(string $propertyName): string
6060
];
6161
static $ignored = [
6262
'GB' => 'Gb',
63+
'GiB' => 'Gib',
6364
'BFrame' => 'Bframe',
6465
'BReference' => 'Breference',
6566
'BBox' => 'Bbox',
67+
'VCpu' => 'Vcpu',
6668
'IInterval' => 'Iinterval',
6769
'IFrame' => 'Iframe',
6870
'XCoordinate' => 'Xcoordinate',

0 commit comments

Comments
 (0)