-
Notifications
You must be signed in to change notification settings - Fork 6
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
Mailer $this->getMailer() #6
Comments
Has this been tackled yet? I only see mailer in relation to
|
@dereuromark No, unfortunately we can't handle return types of trait. The line you mentioned is to handle calls to fetchTable inside Mailer class. |
Can escalate this further to PHPStan to get "fixed up" I wonder? |
I remeber to have a ticket about trait on PHPStan github but It does not seems to have any progress |
phpstan/phpstan#5761 still open, jep |
Good news here, #36 should fix this issue |
Should also be understood:
as right now it fails as
when passed to another method.
But since this is based on a trait method, similar issues as with other trait methods apply here.
Until PHPStan doesnt resolve this, we might have to keep this open - refs phpstan/phpstan#5761
The text was updated successfully, but these errors were encountered: