move php-cs-fixer to 8.1 migration
This commit is contained in:
parent
6e934a4ac1
commit
1cccb77996
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $config = new PhpCsFixer\Config();
|
||||||
return $config
|
return $config
|
||||||
->setRules([
|
->setRules([
|
||||||
'@PSR12' => true,
|
'@PSR12' => true,
|
||||||
'@PHP74Migration' => true,
|
'@PHP81Migration' => true,
|
||||||
'array_indentation' => true,
|
'array_indentation' => true,
|
||||||
'binary_operator_spaces' => [
|
'binary_operator_spaces' => [
|
||||||
'default' => 'align_single_space_minimal',
|
'default' => 'align_single_space_minimal',
|
||||||
|
|
Loading…
Reference in a new issue