|
@@ -23,7 +23,7 @@ $config = require __DIR__.'/.php-cs-fixer.dist.php';
|
|
|
|
|
|
$config->setRules(array_merge($config->getRules(), [
|
|
|
'@PHP83Migration' => true,
|
|
|
- '@PHP80Migration:risky' => true,
|
|
|
+ '@PHP82Migration:risky' => true,
|
|
|
'fully_qualified_strict_types' => ['import_symbols' => true],
|
|
|
'php_unit_attributes' => false, // as is not yet supported by PhpCsFixerInternal/configurable_fixer_template
|
|
|
]));
|