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 2dfca59 + ed754b8 commit 251d5f0Copy full SHA for 251d5f0
ChangeLog.md
@@ -1,3 +1,9 @@
1
+Version 0.4.2
2
+-------------
3
+
4
+* Add assign reference support to phpctags
5
+ thanks to Mark Wu
6
7
Version 0.4.1
8
-------------
9
PHPCtags.class.php
@@ -1,7 +1,7 @@
<?php
class PHPCtags
{
- const VERSION = '0.4.1';
+ const VERSION = '0.4.2';
private $mFile;
0 commit comments