intelephense 1.9.1 → 1.9.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,22 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.9.3 - 2023-01-10]
4
+
5
+ #### Fixed
6
+ - False cannot modify readonly property errors.
7
+ - Property hover when type is a union of intersection and null.
8
+ - Method level `@template` PhpDoc inheritance.
9
+ - Template resolution when user has provided overrides for non templated vendor definitions.
10
+
11
+ ## [1.9.2 - 2023-01-04]
12
+
13
+ #### Fixed
14
+ - False write to readonly property in `__get`.
15
+ - False undefined property for types that inherit `__get`, `__set` from super type or traits.
16
+ - `intelephense.compatibility.correctForArrayAccessArrayAndTraversableArrayUnionTypes` not working for properties.
17
+ - False readonly write error for writes to array/ArrayAccess element.
18
+ - Namespace rename creating file renames containing backslashes.
19
+
3
20
  ## [1.9.1 - 2023-01-03]
4
21
 
5
22
  #### Fixed