mirror of
https://github.com/RobThree/TwoFactorAuth.git
synced 2026-08-19 06:32:33 +00:00
use @PHP82Migration ruleset
This commit is contained in:
@@ -16,7 +16,7 @@ $config = new PhpCsFixer\Config();
|
||||
return $config->setRules(array(
|
||||
'@PSR2' => true,
|
||||
'@PSR12' => true,
|
||||
'@PHP71Migration' => true,
|
||||
'@PHP82Migration' => true,
|
||||
'array_syntax' => ['syntax' => 'long'],
|
||||
'class_attributes_separation' => true,
|
||||
'declare_strict_types' => true,
|
||||
|
||||
Reference in New Issue
Block a user