diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 67d241ec5e..06d6efe75c 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -49,6 +49,7 @@ 'no_trailing_whitespace' => true, 'ordered_class_elements' => true, 'random_api_migration' => true, + 'single_quote' => true, 'single_space_around_construct' => [ 'constructs_contain_a_single_space' => [ 'yield_from',