intelephense 1.10.0 → 1.10.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,5 +1,19 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.10.1 - 2023-11-13]
4
+
5
+ #### Fixed
6
+ - Return types of some stubs
7
+ - False error when array or object shape passed to function expecting array or object.
8
+ - Array destructure of numeric indexed array shape.
9
+ - False error when using argument unpacking.
10
+ - False error when using array unpack on an array shape.
11
+ - Crash when parsing malformed or unsupported conditional return type syntax.
12
+ - Format only providing edit to remove closing tag even though other edits are applicable.
13
+ - Method template resolution when method comes from `@mixin` class.
14
+ - Expected pattern to be a non-empty string crash.
15
+ - Declare correct min vscode version - 1.79
16
+
3
17
  ## [1.10.0 - 2023-11-05]
4
18
 
5
19
  #### Added