arkitect icon indicating copy to clipboard operation
arkitect copied to clipboard

Collect dependencies defined in property hooks

Open fain182 opened this issue 2 months ago • 3 comments

Add support for collecting dependencies from PHP 8.4 property hooks:

  • Handle typed parameters in set hooks (e.g., set(MyClass $value))
  • Dependencies from expressions within hook bodies (new, static calls, etc.) are already collected by the AST traverser

Fixes #515

fain182 avatar Nov 23 '25 22:11 fain182