Skip to content

Commit cf3e2fa

Browse files
committed
more test
1 parent 697ddfd commit cf3e2fa

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
namespace App\Foo\Bar\Baz\Bat;
4+
5+
class LongNamespaceInClassName
6+
{
7+
public \App\Foo\Bar\Baz\Bat\LongNamespaceInClassName $obj;
8+
}
9+
10+
?>
11+
-----
12+
<?php
13+
14+
namespace App\Foo\Bar\Baz\Bat;
15+
16+
class LongNamespaceInClassName
17+
{
18+
public LongNamespaceInClassName $obj;
19+
}
20+
21+
?>

0 commit comments

Comments
 (0)