We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8a969 commit 9424e19Copy full SHA for 9424e19
CHANGELOG.md
@@ -8,6 +8,7 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
8
9
* **New feature: `php-complete`**
10
* Add `php-complete-complete-function` to autocomplete function names ([#708])
11
+ * Supports PHPDoc tags and types for static analysis tools ([#710])
12
13
### Changed
14
@@ -22,6 +23,7 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
22
23
[#704]: https://github.com/emacs-php/php-mode/pull/704
24
[#707]: https://github.com/emacs-php/php-mode/pull/707
25
[#708]: https://github.com/emacs-php/php-mode/pull/708
26
+[#710]: https://github.com/emacs-php/php-mode/pull/710
27
28
## [1.24.1] - 2022-10-08
29
0 commit comments