mirror of
https://github.com/flarum/core.git
synced 2025-05-06 23:45:39 +02:00
Fixed code style
This commit is contained in:
parent
6dfe455fd6
commit
9d89d8a127
@ -49,7 +49,7 @@ class AuthorGambit extends AbstractRegexGambit
|
||||
$usernames = explode(',', $usernames);
|
||||
|
||||
$ids = [];
|
||||
foreach($usernames as $username) {
|
||||
foreach ($usernames as $username) {
|
||||
$ids[] = $this->users->getIdForUsername($username);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user