symfony / demo

Symfony Demo Application
https://symfony.com/
MIT License
2.46k stars 1.61k forks source link

More consistent code style #1491

Closed shuraknows closed 7 months ago

shuraknows commented 7 months ago

Multiple-line code blocks is being separated with new line from single-line code blocks.

Also php-cs-fixer suggested fix: functions with default null arguments should accept null value.

javiereguiluz commented 7 months ago

I like this. Thanks @shuraknows