Revert "PSR12 Linting"

This reverts commit 7e65e1d589.
This commit is contained in:
HDVinnie
2022-09-11 19:51:58 -04:00
parent 7e65e1d589
commit 2ca429c4ce
2014 changed files with 83255 additions and 83462 deletions
+4 -4
View File
@@ -25,8 +25,8 @@ return [
| Groups That Can Be Auto Disabled [DEFAULT] (User, PowerUser, SuperUser, Leech)
*/
'user_pruning' => false,
'account_age' => 90,
'last_login' => 90,
'soft_delete' => 120,
'group_ids' => [UserGroups::USER, UserGroups::POWERUSER, UserGroups::SUPERUSER, UserGroups::LEECH],
'account_age' => 90,
'last_login' => 90,
'soft_delete' => 120,
'group_ids' => [UserGroups::USER, UserGroups::POWERUSER, UserGroups::SUPERUSER, UserGroups::LEECH],
];