Skip to content

Commit 0fb339d

Browse files
committed
add fixture for skip other union
1 parent 08f2c60 commit 0fb339d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Rector\Tests\DowngradePhp82\Rector\Class_\DowngradeUnionIntersectionRector\Fixture;
4+
5+
final class SkipOtherUnion
6+
{
7+
public A|B|C $foo;
8+
}
9+
10+
?>

0 commit comments

Comments
 (0)