Skip to content

Commit aa3447e

Browse files
committed
Added missing unit test file for #878
1 parent 65416a0 commit aa3447e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
namespace Bar;
3+
4+
use some\foo\{ClassA, ClassB, ClassC as C};
5+
use function some\foo\{fn_a, fn_b, fn_c};
6+
use const some\foo\{ConstA, ConstB, ConstC};
7+
8+
class Bar {
9+
}

0 commit comments

Comments
 (0)