Skip to content

Commit 8631421

Browse files
committed
A class declared with a bad namespace causes a crash
1 parent 0526242 commit 8631421

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+
3+
/**
4+
* This class has a bad namespace. It should not trigger errors when using GlobTypeMapper.
5+
*/
6+
class BadNamespaceClass
7+
{
8+
9+
}

0 commit comments

Comments
 (0)