Passed
Push — devel-3.0 ( 3dfe81...25adf3 )
by Rubén
03:07
created
app/modules/web/Controllers/Helpers/Account/AccountSearchHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
         AccountSearchItem::$isDemoMode = $this->configData->isDemoEnabled();
139 139
 
140 140
         if (AccountSearchItem::$wikiEnabled) {
141
-            $wikiFilter = array_map(function ($value) {
141
+            $wikiFilter = array_map(function($value) {
142 142
                 return preg_quote($value, '/');
143 143
             }, $this->configData->getWikiFilter());
144 144
 
Please login to merge, or discard this patch.