intelephense 1.11.6 → 1.11.8

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,6 +1,20 @@
1
1
  # Change Log
2
2
 
3
- ## [1.11.6 - 2024-07-12]
3
+ ## [1.11.8 - 2024-08-01]
4
+
5
+ #### Fixed
6
+ - Lost variable types after `xor` expr;
7
+
8
+ ## [1.11.7 - 2024-07-30]
9
+
10
+ #### Changed
11
+ - Reducing to minimal union types is now less eager.
12
+
13
+ #### Fixed
14
+ - False undefined class constant in unreachable code.
15
+ - Cannot read properties of undefined (reading 'length') intelephense.js:2:2322561
16
+
17
+ ## [1.11.6 - 2024-07-29]
4
18
 
5
19
  #### Added
6
20
  - Handle phpstan call site variance syntax.