diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 11fdaf94..8bd766f2 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -53,7 +53,7 @@ return (new PhpCsFixer\Config()) 'single_line_comment_style' => ['comment_types' => []], 'single_line_comment_spacing' => false, 'single_line_empty_body' => false, - 'single_quote' => true, + 'single_quote' => false, 'standardize_increment' => false, 'standardize_not_equals' => true, 'yoda_style' => ['always_move_variable' => false, 'equal' => false, 'identical' => false],