From 176f9a7c93e5dd3110463614b27cf4384a51a072 Mon Sep 17 00:00:00 2001 From: Albert221 Date: Sun, 3 Jan 2016 14:30:35 +0100 Subject: [PATCH] Fixed code style --- .../core/src/Core/Search/Discussion/Gambit/AuthorGambit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php b/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php index 62e399cd3..830f033c1 100644 --- a/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php +++ b/framework/core/src/Core/Search/Discussion/Gambit/AuthorGambit.php @@ -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); }