intelephense 1.12.3 → 1.12.5

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,25 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.12.5 - 2024-08-29]
4
+
5
+ #### Fixed
6
+ - Performance issue with large arrays. Array shapes are now only generated internally on arrays with 20 or less elements.
7
+ - Go to type definition not working when origin is an assignment expression.
8
+ - Type lost when built in constants `true`, `false`, and `null` are prefixed with backslash.
9
+ - `static` as a template type argument resolving to wrong type.
10
+ - False method signature compatibility errors for built-in PHP symbols when targeting PHP versions < 8.1.
11
+ - Incorrect and cut-off completion suggestions when triggered by `use` inside a top level anonymous function.
12
+ - Don't eagerly reduce unions when substituting templated types.
13
+ - False return type error diagnostics when calling templated parent methods.
14
+
15
+ ## [1.12.4 - 2024-08-19]
16
+
17
+ #### Fixed
18
+ - Parameter type showing `unset` for anonymous functions declared within an unpacked array.
19
+ - Callable signatures with `static` typed parameter losing template type args.
20
+ - Parameter type showing `unset` for anonymous functions declared within an anonymous class header.
21
+ - Licence key not syncing across machines in VSCode.
22
+
3
23
  ## [1.12.3 - 2024-08-13]
4
24
 
5
25
  #### Fixed