intelephense 1.11.6 → 1.11.7
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 +10 -1
- package/lib/intelephense.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [1.11.
|
|
3
|
+
## [1.11.7 - 2024-07-30]
|
|
4
|
+
|
|
5
|
+
#### Changed
|
|
6
|
+
- Reducing to minimal union types is now less eager.
|
|
7
|
+
|
|
8
|
+
#### Fixed
|
|
9
|
+
- False undefined class constant in unreachable code.
|
|
10
|
+
- Cannot read properties of undefined (reading 'length') intelephense.js:2:2322561
|
|
11
|
+
|
|
12
|
+
## [1.11.6 - 2024-07-29]
|
|
4
13
|
|
|
5
14
|
#### Added
|
|
6
15
|
- Handle phpstan call site variance syntax.
|