intelephense 1.11.2 → 1.11.4

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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.11.4 - 2024-07-04]
4
+
5
+ #### Fixed
6
+ - Invalid Argument Error e.toLspSymbolKind lib/intelephense.js:2:3058335
7
+
8
+ ## [1.11.3 - 2024-07-04]
9
+
10
+ #### Fixed
11
+ - Laravel eloquent builder queries losing model type.
12
+ - Template mapping between class with a base class method.
13
+ - Cannot read properties of undefined (reading 'length') when encountering attributed property declared with `var`.
14
+
3
15
  ## [1.11.2 - 2024-07-03]
4
16
 
5
17
  #### Fixed