From dcac1eb51511bcba59da47eca7c5ab24715a8727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Thu, 7 Dec 2023 17:01:07 +0100 Subject: [PATCH] Enhancement: Enable single_quote fixer --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) 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',