mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/12722] Add Generic.Formatting.SpaceAfterCast in the legacy ruleset
PHPBB3-12722
This commit is contained in:
@@ -835,7 +835,7 @@ class auth_admin extends \phpbb\auth\auth
|
||||
}
|
||||
|
||||
// Remove current auth options...
|
||||
$auth_option_ids = array((int)$any_option_id);
|
||||
$auth_option_ids = array((int) $any_option_id);
|
||||
foreach ($auth as $auth_option => $auth_setting)
|
||||
{
|
||||
$auth_option_ids[] = (int) $this->acl_options['id'][$auth_option];
|
||||
|
Reference in New Issue
Block a user