Replies: 1 comment 1 reply
-
Yes, that's expected. We use camel case standard in all type-name-based rules. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Should the Rector\CodingStyle\Rector\Catch_\CatchExceptionNameMatchingTypeRector rule allow the use of variables like
pdo_exception
which conforms to snake case for variables that than forcing the name over topdoException
which is not compliant with snake case?See demo: https://getrector.com/demo/b3589811-f5e5-43a0-96b4-cba7bae919c7
Beta Was this translation helpful? Give feedback.
All reactions