From 897b6752495fc66e0e5ec9359f89270a97781e8b Mon Sep 17 00:00:00 2001 From: Filippe Bortels Date: Tue, 1 Feb 2022 14:37:46 +0100 Subject: [PATCH] ASW-0 update php-cs-fixer-config --- .php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index bde2f025..bd0abb31 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -16,7 +16,7 @@ ->name('*.php')) ->setRiskyAllowed(true) ->setRules([ - '@PSR2' => true, + '@PSR12' => true, '@Symfony' => true, 'align_multiline_comment' => true, 'array_indentation' => true,