laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.62k stars 11.03k forks source link

[11.x] consistent multiline constructors #53566

Closed browner12 closed 3 days ago

browner12 commented 3 days ago

we have a little bit of a mix-and-match for our multiline constructors through the framework. this PR makes them consistent.

this format is incredibly readable and makes for easy to grok diffs.

this format will also be very conducive as the framework continues to become more typed, and for more and more use of promoted properties.