We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0526242 commit 8631421Copy full SHA for 8631421
tests/Fixtures/Integration/Models/BadNamespaceClass.php
@@ -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