File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -25,34 +25,38 @@ public static function normalizeName(string $propertyName): string
2525 static $ replacements = [
2626 'FourCC ' => 'Fourcc ' ,
2727 'SHA256 ' => 'Sha256 ' ,
28+
2829 '3DLUT ' => '3Dlut ' ,
2930 'CRC32 ' => 'Crc32 ' ,
3031 'CRC64 ' => 'Crc64 ' ,
32+
3133 'BOOL ' => 'Bool ' ,
3234 'CORS ' => 'Cors ' ,
33- 'ECS ' => 'Ecs ' ,
3435 'ETag ' => 'Etag ' ,
3536 'NULL ' => 'Null ' ,
3637 'NVME ' => 'Nvme ' ,
3738 'SHA1 ' => 'Sha1 ' ,
38- ' AWS ' => ' Aws ' ,
39+
3940 'ACL ' => 'Acl ' ,
4041 'ACP ' => 'Acp ' ,
41- 'EC2 ' => 'Ec2 ' ,
42- 'KMS ' => 'Kms ' ,
4342 'ARN ' => 'Arn ' ,
44- 'VPC ' => 'Vpc ' ,
45- 'STL ' => 'Stl ' ,
46- 'TTL ' => 'Ttl ' ,
43+ 'AWS ' => 'Aws ' ,
4744 'DNS ' => 'Dns ' ,
45+ 'EC2 ' => 'Ec2 ' ,
46+ 'ECS ' => 'Ecs ' ,
47+ 'KMS ' => 'Kms ' ,
48+ 'MD5 ' => 'Md5 ' ,
4849 'MFA ' => 'Mfa ' ,
4950 'PTS ' => 'Pts ' ,
50- 'SSE ' => 'Sse ' ,
51- 'SMS ' => 'Sms ' ,
5251 'RGB ' => 'Rgb ' ,
53- 'YUV ' => 'Yuv ' ,
52+ 'SMS ' => 'Sms ' ,
53+ 'SSE ' => 'Sse ' ,
54+ 'STL ' => 'Stl ' ,
55+ 'TTL ' => 'Ttl ' ,
5456 'URI ' => 'Uri ' ,
55- 'MD5 ' => 'Md5 ' ,
57+ 'VPC ' => 'Vpc ' ,
58+ 'YUV ' => 'Yuv ' ,
59+
5660 'BS ' => 'Bs ' ,
5761 'ID ' => 'Id ' ,
5862 'NS ' => 'Ns ' ,
You can’t perform that action at this time.
0 commit comments