Update .php-cs-fixer.dist.php

Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
DL6ER
2022-08-07 15:42:19 +02:00
committed by GitHub
parent 4e4f13b996
commit 26a74fb7fc

View File

@@ -20,6 +20,7 @@ $finder = PhpCsFixer\Finder::create()
$config = new PhpCsFixer\Config();
$config
->setRules(array(
'@PSR12' => true,
'@PhpCsFixer' => true,
'array_syntax' => array('syntax' => 'long'),
))