php-http / message

HTTP Message related tools
http://php-http.org
MIT License
1.3k stars 42 forks source link

Fix CS #119

Closed Nyholm closed 4 years ago

Nyholm commented 4 years ago
Q A
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Related tickets
Documentation
License MIT
dbu commented 4 years ago

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?

sagikazarmark commented 4 years ago

I agree with @dbu, let's keep code readable.

dbu commented 4 years ago

see #119