intelephense 1.15.0-beta.1 → 1.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  # Change Log
2
2
 
3
- ## [1.15.0 - TBA] Pre-release
3
+ ## [1.15.1 - 2025-11-12]
4
+
5
+ #### Fixed
6
+ - Formatting broken for mixed PHP/HTML when PHPDoc used.
7
+ - Undefined variables in functions and methods when preceeding code edited to add/remove new lines.
8
+ - `class_alias()` not working if class name argument is a string literal instead of `::class` constant.
9
+ - `@method` parsing broken for `static` methods.
10
+ - PHPDoc that follows an abstract method being ignored (causing CI4 Builder undefined methods).
11
+ - `global $argv` declaration showing undefined variable.
12
+ - Function reported as undefined when defined in an encapsulating function.
13
+ - False not all paths return value diagnostic when a custom `never` function is called.
14
+
15
+ ## [1.15.0 - 2025-11-11]
4
16
 
5
17
  #### Added
6
18
  - Support for LSP `CompletionItemLabelDetails`.
@@ -65,7 +77,6 @@
65
77
  - Smart select bugged if selecting at end of a file that doesn't end in an empty line.
66
78
  - Some stub symbols being excluded, resulting in undefined symbol errors, when the symbol has a phpdoc with no tags.
67
79
 
68
-
69
80
  ## [1.14.4 - 2025-04-01]
70
81
 
71
82
  #### Fixed