From 26a74fb7fcb90c6f5d68c47364c74bede69d1335 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 7 Aug 2022 15:42:19 +0200 Subject: [PATCH] Update .php-cs-fixer.dist.php Co-authored-by: yubiuser Signed-off-by: DL6ER --- .php-cs-fixer.dist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index ed220a3a..747b5d0a 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -20,6 +20,7 @@ $finder = PhpCsFixer\Finder::create() $config = new PhpCsFixer\Config(); $config ->setRules(array( + '@PSR12' => true, '@PhpCsFixer' => true, 'array_syntax' => array('syntax' => 'long'), ))