@@ -8,13 +8,20 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
88
99 * ** New feature: ` php-complete ` **
1010 * Add ` php-complete-complete-function ` to autocomplete function names ([ #708 ] )
11- * Supports PHPDoc tags and types for static analysis tools ([ #710 ] )
11+ * Supports PHPDoc tags and types for static analysis tools ([ #710 ] , [ #715 ] , [ #716 ] , [ #717 ] , thanks to [ @takeokunn ] )
12+ * Please refer to the article below
13+ * PHPStan: [ PHPDoc Types] ( https://phpstan.org/writing-php-code/phpdoc-types )
14+ * PHPStan: [ PHPDocs Basics] ( https://phpstan.org/writing-php-code/phpdocs-basics )
15+ * Psalm: [ Atomic Type Reference] ( https://psalm.dev/docs/annotating_code/type_syntax/atomic_types/ )
16+ * Psalm: [ Supported Annotations] ( https://psalm.dev/docs/annotating_code/supported_annotations/ )
17+ * Psalm: [ Template Annotations] ( https://psalm.dev/docs/annotating_code/templated_annotations/ )
1218
1319### Changed
1420
1521 * Make continued expressions inside lists (arguments and arrays, etc.) have the same indent width as outside the list ([ #703 ] )
1622 * (internal) Improved readability of test failures about indentation ([ #707 ] )
1723 * ` php-doc-annotation-tag ` inherits ` font-lock-doc-markup-face ` if defined in Emacs 28 ([ #711 ] )
24+ * Change ` php-phpdoc-type-keywords ` to ` php-phpdoc-type-names ` to avoid confusion ([ #717 ] )
1825
1926### Fixed
2027
@@ -26,6 +33,9 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
2633[ #708 ] : https://github.com/emacs-php/php-mode/pull/708
2734[ #710 ] : https://github.com/emacs-php/php-mode/pull/710
2835[ #711 ] : https://github.com/emacs-php/php-mode/pull/711
36+ [ #715 ] : https://github.com/emacs-php/php-mode/pull/715
37+ [ #716 ] : https://github.com/emacs-php/php-mode/pull/716
38+ [ #717 ] : https://github.com/emacs-php/php-mode/pull/717
2939
3040## [ 1.24.1] - 2022-10-08
3141
0 commit comments