move php-cs-fixer to 8.1 migration

This commit is contained in:
Jean-Christian Denis 2022-12-01 11:14:15 +01:00
parent 6e934a4ac1
commit 1cccb77996
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951

View file

@ -24,7 +24,7 @@ $config = new PhpCsFixer\Config();
return $config
->setRules([
'@PSR12' => true,
'@PHP74Migration' => true,
'@PHP81Migration' => true,
'array_indentation' => true,
'binary_operator_spaces' => [
'default' => 'align_single_space_minimal',