-
-
Notifications
You must be signed in to change notification settings - Fork 942
Closed
Labels
Description
Feature request
Variable function
$foo = 'foo';
$this->$foo()
Does not look to be actually checked.
You can see here
https://phpstan.org/r/ad9416aa-e138-4825-a3f4-2e064955547c
call_user_func([$this, $a]);
Return an error
But
$this->$a
Does not (and should).
Reactions are currently unavailable