intelephense 1.15.1 → 1.15.2

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,14 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.15.2 - 2025-11-13]
4
+
5
+ #### Fixed
6
+ - Several cannot read prop of undefined and range errors.
7
+ - Incorrect suggestion for function when class of same name has been imported.
8
+ - Incorrect indentation when accepting override/implementation suggestion.
9
+ - Incorrect type inference when iterating ArrayIterator and subclasses.
10
+ - False type error, wrong type inlay hint and bad anon function suggestion when expected signature has a variadic paramter.
11
+
3
12
  ## [1.15.1 - 2025-11-12]
4
13
 
5
14
  #### Fixed