Closed danepowell closed 2 years ago
PSR-12 requires certain control structure styles that are not enforced today, such as spaces after keywords (e.g. if ( instead of if()
if (
if(
https://www.php-fig.org/psr/psr-12/#5-control-structures
👍
PSR-12 requires certain control structure styles that are not enforced today, such as spaces after keywords (e.g.
if (
instead ofif(
)https://www.php-fig.org/psr/psr-12/#5-control-structures