From 2c7c39ed87d232ab0336f328f635b037dd540c06 Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Mon, 1 Aug 2022 19:15:15 +0100 Subject: [PATCH] Use new rule names --- .php-cs-fixer.dist.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 0dce4a947..c49c799c7 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -10,7 +10,7 @@ return PhpCsFixer\Config::create() ], 'combine_consecutive_unsets' => true, 'heredoc_to_nowdoc' => true, - 'no_extra_consecutive_blank_lines' => [ + 'no_extra_blank_lines' => [ 'break', 'continue', 'extra', @@ -28,7 +28,7 @@ return PhpCsFixer\Config::create() 'ordered_imports' => true, 'php_unit_strict' => true, 'phpdoc_order' => true, - // 'psr4' => true, + // 'psr_autoloading' => true, 'strict_comparison' => true, 'strict_param' => true, 'concat_space' => [