intelephense 1.16.0 → 1.16.1

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,15 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.16.1 - 2025-11-22]
4
+
5
+ #### Fixed
6
+ - Stack overflow when determining return type of dynamic call.
7
+ - PHPDoc with `$this` as a type not recognised.
8
+ - False cannot access member from scope diagnostics when `__call` and `__get` could be used to access non public members.
9
+ - Only the first class constant shown as completion suggestion when using comma separated declarations and PHPDoc.
10
+ - Variables declared in an array element showing as undefined in subsequent elements.
11
+ - Promoted property with setter hook showing `$value` parameter as undefined.
12
+
3
13
  ## [1.16.0 - 2025-11-20]
4
14
 
5
15
  #### Added