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
Appears like catch statement formatting isn't checked at all. Can you please post a link in the PSR-2 specification where it describes how catch should be formatted?
In PSR2, multiple catches block must be like this:
but
phpcs --standard-PSR2
is ok with the following code:Bug is present in
2.3.0
andmaster
The text was updated successfully, but these errors were encountered: