scrutinizer-ci / scrutinizer

Legacy repository - archives past feature requests/bug reports
https://scrutinizer-ci.com/docs
140 stars 36 forks source link

PHP add coding style to declare without spaces in the assignment #397

Open xgc1986 opened 6 years ago

xgc1986 commented 6 years ago

I put in my php code declare(strict_types=1);, and scrutinizer alerts me to patch that into declare(strict_types = 1); but only in this case, I want to still having the spaces around the operator enabled.

Thanks