From 75bca400a7d55f4ad7947750231fc42c411929fa Mon Sep 17 00:00:00 2001 From: Niels Vanpachtenbeke <10651054+Nielsvanpach@users.noreply.github.com> Date: Tue, 7 Sep 2021 09:48:35 +0200 Subject: [PATCH] Update .php_cs.dist.php --- .php_cs.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php_cs.dist.php b/.php_cs.dist.php index 3de28fd4..8d8a7901 100644 --- a/.php_cs.dist.php +++ b/.php_cs.dist.php @@ -12,7 +12,7 @@ return (new PhpCsFixer\Config()) ->setRules([ - '@PSR2' => true, + '@PSR12' => true, 'array_syntax' => ['syntax' => 'short'], 'ordered_imports' => ['sort_algorithm' => 'alpha'], 'no_unused_imports' => true,