switch to PSR12 base for formatting

This commit is contained in:
Robin Appelman 2026-07-15 14:43:04 +02:00
commit cbff3d0764
29 changed files with 107 additions and 49 deletions

View file

@ -5,7 +5,7 @@ $finder = PhpCsFixer\Finder::create()
;
return (new PhpCsFixer\Config())
->setRules([
'@PSR2' => true,
'@PSR12' => true,
'array_syntax' => ['syntax' => 'short'],
'braces_position' => [
'functions_opening_brace' => 'same_line',