-
Notifications
You must be signed in to change notification settings - Fork 96
Fix exception thrown by Command::run #287
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
Conversation
00ecfb9
to
e5740b1
Compare
Friendly ping @ondrejmirtes if you have time to take a look
I have around 70 unread emails in my inbox after vacation, I'm going from the oldest thread, if you ping here, it means I'm gonna look at it last 😊
I have around 70 unread emails in my inbox after vacation, I'm going from the oldest thread, if you ping here, it means I'm gonna look at it last 😊
Oh ok.
Do you getting an email for every created PR/opened issues on every phpstan repository ?
Have good vacation then
Yes, and every comment and every push too 😊
e5740b1
to
f9c1db1
Compare
Friendly ping, in case the notification got lost @ondrejmirtes ^^'
I'll close this since it was released in Symfony 4.4, 5.4 and 6.x.
People just have to use the latest versions.
Command::run is doing
And the bind method is only throwing
ExceptionInterface
so the run method is supposed to thrown onlyExceptionInterface
and not\Exception
which is too generic.This avoid error with static analysis when we ignore some kind of exception thrown.