Skip to content

Instantly share code, notes, and snippets.

@phpdave11
phpdave11 / php-cs-fixer.json
Created August 12, 2019 14:31
php code validation with phpnsc, php-cs-fixer, phpcpd, phpmd, and phpstan
{
"@Symfony": true,
"@PSR2": true,
"array_syntax": {
"syntax": "short"
},
"hash_to_slash_comment": true,
"heredoc_to_nowdoc": true,
"modernize_types_casting": true,
"multiline_comment_opening_closing": true,