php-cs-fixer のルールに single_quote を追加 (#54)
This commit is contained in:
parent
e5ea0528a8
commit
7745b68dae
@ -13,7 +13,8 @@ return \PhpCsFixer\Config::create()
|
|||||||
'return_type_declaration' => true,
|
'return_type_declaration' => true,
|
||||||
'new_with_braces' => true,
|
'new_with_braces' => true,
|
||||||
'no_empty_statement' => true,
|
'no_empty_statement' => true,
|
||||||
'standardize_not_equals' => true
|
'standardize_not_equals' => true,
|
||||||
|
'single_quote' => true
|
||||||
])
|
])
|
||||||
->setFinder(
|
->setFinder(
|
||||||
\PhpCsFixer\Finder::create()
|
\PhpCsFixer\Finder::create()
|
||||||
|
Loading…
Reference in New Issue
Block a user