Skip to content

1.12.3

Compare
Choose a tag to compare
@bmewburn bmewburn released this 13 Aug 06:26
· 5 commits to master since this release

[1.12.3 - 2024-08-13]

Fixed

  • Hover, go to definition not working on phpdoc @see FQSEN.
  • Callable signatures with static typed parameter resolving to incorrect type.
  • Type inference within for statements with no control expression.
  • Should not do additional type checks on variables that have unset type.
  • Variables with type null not taking on by ref parameter type when passed as argument.
  • Anonymous function parameters showing as undefined when function declared inside array.
  • Variables assigned to in try block have type unset in catch clause.