Closed Nyholm closed 4 years ago
Q | A |
---|---|
Bug fix? | no |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Related tickets | |
Documentation | |
License | MIT |
this is a recent addition in symfony code style, and one i really don't like. the exceptions become quite unreadable. in all projects where i can decide that, i added the following config to .styleci.yml
disabled:
- single_line_throw
ok if i do it for this repository too?
I agree with @dbu, let's keep code readable.
see #119