diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 5ad7487..463f4b8 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' => true,