You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does class Y have method X? Can you show more about the problem, the code?
Of course it does. As told above, everything runs fine with phpstan 1.9
This is the commit in which my build started failing, you can see some code there: dustin10/VichUploaderBundle@7ead900
Activity
ondrejmirtes commentedon Mar 5, 2023
Does class Y have method X? Can you show more about the problem, the code?
garak commentedon Mar 5, 2023
Of course it does. As told above, everything runs fine with phpstan 1.9
This is the commit in which my build started failing, you can see some code there: dustin10/VichUploaderBundle@7ead900
ondrejmirtes commentedon Mar 6, 2023
This is
dg/bypass-finals
problem again. Normally you can't mock final classes. PHPStan mostly doesn't play well withdg/bypass-finals
.garak commentedon Mar 6, 2023
So I'm forced to stay on phpstan 1.9? :-(
ondrejmirtes commentedon Mar 6, 2023
No. You have many options:
Of course 1) is easier.
garak commentedon Mar 6, 2023
I see.
So, probably this should be clarified in the docs. I can propose a PR, if you agree.