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.
2 parents 2337128 + 42c299d commit 0387287Copy full SHA for 0387287
ChangeLog.md
@@ -1,3 +1,14 @@
1
+Version 0.5
2
+-----------
3
+
4
+* Add trait support
5
+ thanks to Mark Wu
6
+* Add inherits support
7
8
+* Add namespace support
9
10
+* Add instruction to enable phar extension in README
11
12
Version 0.4.2
13
-------------
14
PHPCtags.class.php
@@ -1,7 +1,7 @@
<?php
class PHPCtags
{
- const VERSION = '0.4.2';
+ const VERSION = '0.5';
private $mFile;
0 commit comments