File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2050,6 +2050,14 @@ public function dataUnion(): iterable
20502050 UnionType::class,
20512051 'literal-string|uppercase-string ' ,
20522052 ],
2053+ [
2054+ [
2055+ new IntersectionType ([new StringType (), new AccessoryLowercaseStringType ()]),
2056+ new IntersectionType ([new StringType (), new AccessoryUppercaseStringType ()]),
2057+ ],
2058+ UnionType::class,
2059+ 'lowercase-string|uppercase-string ' ,
2060+ ],
20532061 [
20542062 [
20552063 TemplateTypeFactory::create (
@@ -4015,6 +4023,14 @@ public function dataIntersect(): iterable
40154023 IntersectionType::class,
40164024 'literal-string&uppercase-string ' ,
40174025 ],
4026+ [
4027+ [
4028+ new IntersectionType ([new StringType (), new AccessoryLowercaseStringType ()]),
4029+ new IntersectionType ([new StringType (), new AccessoryUppercaseStringType ()]),
4030+ ],
4031+ IntersectionType::class,
4032+ 'lowercase-string&uppercase-string ' ,
4033+ ],
40184034 ];
40194035
40204036 if (PHP_VERSION_ID < 80100 ) {
You can’t perform that action at this time.
0 commit comments