intelephense 1.14.2 → 1.14.4
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 +24 -0
- package/lib/intelephense.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [1.14.4 - 2025-04-01]
|
|
4
|
+
|
|
5
|
+
#### Fixed
|
|
6
|
+
- Completion suggestions not showing in phpdoc.
|
|
7
|
+
- False not all paths return value error when returning result of void returning function call.
|
|
8
|
+
- False calling non-static method statically for parent property hook calls.
|
|
9
|
+
- String literals where the value is a namespaced class not resolved to class when passed to `class-string<T>`.
|
|
10
|
+
- Trait `self` not resolved to exhibiting class when used as a type argument for templated class.
|
|
11
|
+
- False return type error when using templates and returning `static`.
|
|
12
|
+
- DocBlock indent should be inline with following switch case/default statement.
|
|
13
|
+
- False unused import when used in typedef annotation.
|
|
14
|
+
- No `$this` suggestion inside anonymous function defined within a type definition.
|
|
15
|
+
- Typedef types not expanded when appearing in passed by-ref parameters.
|
|
16
|
+
- Spurious undefined methods/function diagnostics appearing after indexing workspace.
|
|
17
|
+
|
|
18
|
+
#### Fixed
|
|
19
|
+
- Completion suggestions inside of PhpDoc have incorrect replace range.
|
|
20
|
+
- Remove default stub entries that no longer exist.
|
|
21
|
+
|
|
22
|
+
## [1.14.3 - 2025-03-05]
|
|
23
|
+
|
|
24
|
+
#### Fixed
|
|
25
|
+
- Spurious parser errors when editing adjacent to `if` or `try` blocks.
|
|
26
|
+
|
|
3
27
|
## [1.14.2 - 2025-03-01]
|
|
4
28
|
|
|
5
29
|
#### Fixed
|