mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/14648] Remove whitespace at the end of a line
PHPBB3-14648
This commit is contained in:
@@ -487,7 +487,7 @@ abstract class base implements \phpbb\notification\type\type_interface
|
||||
|
||||
foreach ($user_ids as $user_id)
|
||||
{
|
||||
if (isset($options['ignore_users'][$user_id]))
|
||||
if (isset($options['ignore_users'][$user_id]))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user