php-http / message

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

cleanup code with early return #111

Closed dbu closed 5 years ago

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

What's in this PR?

Pedantic codestyle change.

Why?

Less complexity => better readability of the code.