diff --git a/.php_cs.dist b/.php_cs.dist index 1bfcc9f..1cde9e2 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -13,7 +13,8 @@ return \PhpCsFixer\Config::create() 'return_type_declaration' => true, 'new_with_braces' => true, 'no_empty_statement' => true, - 'standardize_not_equals' => true + 'standardize_not_equals' => true, + 'single_quote' => true ]) ->setFinder( \PhpCsFixer\Finder::create()