Report dead types even in multi-exception catch II#2399
Merged
ondrejmirtes merged 2 commits intophpstan:1.10.xfrom May 12, 2023
Merged
Report dead types even in multi-exception catch II#2399ondrejmirtes merged 2 commits intophpstan:1.10.xfrom
ondrejmirtes merged 2 commits intophpstan:1.10.xfrom
Conversation
Collaborator
|
You've opened the pull request against the latest branch 1.11.x. If your code is relevant on 1.10.x and you want it to be released sooner, please rebase your pull request and change its target to 1.10.x. |
b99c367 to
edc7469
Compare
[closes phpstan/phpstan#7312] Co-authored-by: Jan Nedbal <janedbal@gmail.com>
edc7469 to
cb2c5ae
Compare
Member
|
Yeah, let's try this, thank you :) |
Member
|
FYI I did a small fix (phpstan/phpstan#9406) - look at https://phpstan.org/r/9daa180b-9405-4e98-9b33-075e5464cbc4 - if See the fix: c587dd1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is rewrite of #2067. The tests are the same, but the implementation is rewritten.
The first commit is pure refactoring to make it more obvious what is actually happening without altering the behavior. The second commit contains the new behavior.