intelephense 1.14.1 → 1.14.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,17 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.14.3 - 2025-03-05]
4
+
5
+ #### Fixed
6
+ - Spurious parser errors when editing adjacent to `if` or `try` blocks.
7
+
8
+ ## [1.14.2 - 2025-03-01]
9
+
10
+ #### Fixed
11
+ - Spurious parser errors when editing mixed html/php containing short echo tags.
12
+ - False not all paths return a value with try/finally.
13
+ - False method compatibility error when overriding a method with optional parameters with a method with a variadic parameter.
14
+
3
15
  ## [1.14.1 - 2025-02-28]
4
16
 
5
17
  #### Fixed