-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.x phpstan 7 #994
5.x phpstan 7 #994
Conversation
544d192
to
cea4563
Compare
3 remaining issues:
|
/** @var callable $callable */ | ||
$callable = [$this->originalTransport, $method]; | ||
|
||
return call_user_func_array($callable, $args); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could replace this with a first-class callable. $this->originalTransport->$method(...).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, u wanna add the commit on top? Currently not on the computer
Needed to go to L8 soon.