intelephense 1.11.3 → 1.11.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,18 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.11.5 - 2024-07-07]
4
+
5
+ #### Fixed
6
+ - Various control flow analysis issues.
7
+ - Performance and type inference issues with array read/writes.
8
+ - Type inference following `yield` expression.
9
+ - False type error when unpacking templated type.
10
+
11
+ ## [1.11.4 - 2024-07-04]
12
+
13
+ #### Fixed
14
+ - Invalid Argument Error e.toLspSymbolKind lib/intelephense.js:2:3058335
15
+
3
16
  ## [1.11.3 - 2024-07-04]
4
17
 
5
18
  #### Fixed