Update CS Fixer conf

This commit is contained in:
Aleksander Machniak
2025-09-27 17:57:00 +02:00
parent ef3053198c
commit 1582d3f0ec
3 changed files with 10 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ return (new Config())
->setRules([
'@PhpCsFixer' => true,
'@PhpCsFixer:risky' => true,
'@PHP81Migration' => true,
'@PHP8x1Migration' => true,
// required by PSR-12
'concat_space' => [