phpstan-src icon indicating copy to clipboard operation
phpstan-src copied to clipboard

`Closure::bind()` scope binding improvements

Open zonuexe opened this issue 6 months ago • 0 comments

WIP (This PR still doesn't work as intended)

  • [x] Add bound scope to Name node (Closure::bind())
  • [ ] Add bound scope to Name node (Closure::bindTo())
  • [ ] Support const fetch
  • [ ] Support static method call
  • [ ] Fix ClassConstantRule
  • [ ] Fix StaticMethodCallCheck
  • [ ] Fix InstantiationRule

zonuexe avatar Jul 04 '25 14:07 zonuexe