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 ad7e086 commit 8666c82Copy full SHA for 8666c82
PHPCtags.class.php
@@ -15,6 +15,7 @@ class PHPCtags
15
'd' => 'constant',
16
'v' => 'variable',
17
'i' => 'interface',
18
+ 'n' => 'namespace',
19
);
20
21
private $mParser;
0 commit comments