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 6a03894 commit 53bb2a9Copy full SHA for 53bb2a9
src/Types/ContextFactory.php
@@ -40,6 +40,8 @@
40
use const T_CLASS;
41
use const T_CURLY_OPEN;
42
use const T_DOLLAR_OPEN_CURLY_BRACES;
43
+use const T_NAME_FULLY_QUALIFIED;
44
+use const T_NAME_QUALIFIED;
45
use const T_NAMESPACE;
46
use const T_NS_SEPARATOR;
47
use const T_STRING;
0 commit comments