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 4aee140 commit a16c360Copy full SHA for a16c360
src/CodeGenerator/src/Generator/GeneratorHelper.php
@@ -60,9 +60,11 @@ public static function normalizeName(string $propertyName): string
60
];
61
static $ignored = [
62
'GB' => 'Gb',
63
+ 'GiB' => 'Gib',
64
'BFrame' => 'Bframe',
65
'BReference' => 'Breference',
66
'BBox' => 'Bbox',
67
+ 'VCpu' => 'Vcpu',
68
'IInterval' => 'Iinterval',
69
'IFrame' => 'Iframe',
70
'XCoordinate' => 'Xcoordinate',
0 commit comments