intelephense 1.16.3 → 1.16.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,22 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.16.4 - 2026-01-16]
4
+
5
+ #### Fixed
6
+ - Bad parsing of `@param` union type when followed by by-reference parameter.
7
+ - Template types not resolving to boolean literals.
8
+ - `xor` breaking language intelligence in subsequent code.
9
+ - Anonymous class methods being added as object shape properties.
10
+ - Variable hover contains `@var` information for other variables when using array destructure syntax.
11
+ - Index access types not resolved in some contexts.
12
+ - Property type being lost when there is both an annotated and declared property of the same name.
13
+ - Type alias that references another type alias not resolved fully.
14
+ - Variable types reported as `never` in `catch` blocks if there are no assignment expressions in `try` block.
15
+ - Type hinting `$this` as a union type ignored.
16
+ - Function FQSEN in `@see` not recognised.
17
+ - Dot files not being excluded even though they match an exclude glob.
18
+ - PHPDoc optional closure parameters not parsed correctly.
19
+
3
20
  ## [1.16.3 - 2025-12-08]
4
21
 
5
22
  #### Fixed