intelephense 1.15.2 → 1.15.3

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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.15.3 - 2025-11-17]
4
+
5
+ #### Fixed
6
+ - Template constraints not resolving properly if constraint contains reference to another template.
7
+ - Template types not resolving properly in conditional types.
8
+ - Undefined superglobals after indexing with files open.
9
+ - `array_map` callback parameters inferred as `mixed` if they have a type declaration.
10
+ - PHPDoc leaking to subsequent statements.
11
+ - Anonymous class properties showing as undefined.
12
+ - `[]` as an `@method` parameter default value not parsed.
13
+ - `void` being included as part of union in inlay hint return type.
14
+ - Return types from duplicate methods/functions being reduced to minimal type when unioned instead of previous version behaviour of non-minimal unions.
15
+ - Property types not being inferred from constructor as a fallback when no type is declared/annotated.
16
+ - HTML/JS/CSS language features not working until edits made to the HTML/JS/CSS.
17
+ - `$this` type narrowing not working.
18
+ - Go to definition from a callable array using `__CLASS__` as the scope not working.
19
+ - Removed space at end of `<?php` suggestion.
20
+
3
21
  ## [1.15.2 - 2025-11-13]
4
22
 
5
23
  #### Fixed