intelephense 1.12.1 → 1.12.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,21 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.12.3 - 2024-08-13]
4
+
5
+ #### Fixed
6
+ - Hover, go to definition not working on phpdoc `@see` FQSEN.
7
+ - Callable signatures with `static` typed parameter resolving to incorrect type.
8
+ - Type inference within `for` statements with no control expression.
9
+ - Should not do additional type checks on variables that have `unset` type.
10
+ - Variables with type `null` not taking on by ref parameter type when passed as argument.
11
+ - Anonymous function parameters showing as undefined when function declared inside array.
12
+ - Variables assigned to in `try` block have type `unset` in `catch` clause.
13
+
14
+ ## [1.12.2 - 2024-08-08]
15
+
16
+ #### Fixed
17
+ - TypeError: Cannot read properties of undefined (reading 'scopeTypeDefinition')
18
+
3
19
  ## [1.12.1 - 2024-08-08]
4
20
 
5
21
  No changes. Version bump to keep in sync with vscode-intelephense