intelephense 1.18.2 → 1.18.3

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,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.18.3 - 2026-05-17]
4
+
5
+ #### Fixed
6
+ - False only variable can be passed by ref error with `extract`.
7
+ - Undefined variable diagnostics not showing within closures in script scope when `intelephense.diagnostics.undefinedVariables` is set to `local`.
8
+ - Parse error when encountering DNF type after readonly promoted prop modifier.
9
+ - Parameter highlight not working in closures.
10
+ - If parameter rename text does not start with `$` it should be automatically prepended.
11
+ - `completion.withMethodBody` setting not working for implement all abstract functions code action.
12
+ - Incorrect resolution of conditional type when subject type is `mixed`.
13
+ - Go to definition not working for callable arrays when first element is a variable reference.
14
+ - Imports not counted as reference in reference code lens.
15
+ - Hovering over `@property` property name showing type as `unset`.
16
+
3
17
  ## [1.18.2 - 2026-05-02]
4
18
 
5
19
  #### Fixed