From 61617ba456f069074c8e8d90f6c86d8ff2750969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rancoud?= Date: Sat, 7 Dec 2024 20:12:11 +0100 Subject: [PATCH] chore: add rule get_class_to_class_keyword --- .php-cs-fixer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 35e1981..a6e4317 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -20,6 +20,7 @@ 'spacing' => 'one' ], 'declare_strict_types' => true, + 'get_class_to_class_keyword' => false, 'global_namespace_import' => false, 'linebreak_after_opening_tag' => true, 'mb_str_functions' => false, // specific for this repository