@@ -8,13 +8,20 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
8
8
9
9
* ** New feature: ` php-complete ` **
10
10
* 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/ )
12
18
13
19
### Changed
14
20
15
21
* Make continued expressions inside lists (arguments and arrays, etc.) have the same indent width as outside the list ([ #703 ] )
16
22
* (internal) Improved readability of test failures about indentation ([ #707 ] )
17
23
* ` 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 ] )
18
25
19
26
### Fixed
20
27
@@ -26,6 +33,9 @@ All notable changes of the PHP Mode 1.19.1 release series are documented in this
26
33
[ #708 ] : https://github.com/emacs-php/php-mode/pull/708
27
34
[ #710 ] : https://github.com/emacs-php/php-mode/pull/710
28
35
[ #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
29
39
30
40
## [ 1.24.1] - 2022-10-08
31
41
0 commit comments