Skip to content

Commit 1acdfe3

Browse files
committed
Rearrange code, small change
1 parent 9dc1b12 commit 1acdfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPCtags.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ class PHPCtags
88
private $mFiles;
99

1010
private static $mKinds = array(
11+
't' => 'trait',
1112
'c' => 'class',
1213
'm' => 'method',
1314
'f' => 'function',
1415
'p' => 'property',
1516
'd' => 'constant',
1617
'v' => 'variable',
1718
'i' => 'interface',
18-
't' => 'trait',
1919
);
2020

2121
private $mParser;

0 commit comments

Comments
 (0)