Passed
Push — master ( a53729...980ce8 )
by Andreas
21:34
created
lib/midcom/services/i18n/l10n.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
     private function error(string $message, string $filename, int $line) : midcom_error
227 227
     {
228 228
         $line++; // Array is 0-indexed
229
-        return new midcom_error('L10n DB SYNTAX ERROR: ' .  $message . ' at ' . $filename . ' ' . $line);
229
+        return new midcom_error('L10n DB SYNTAX ERROR: ' . $message . ' at ' . $filename . ' ' . $line);
230 230
     }
231 231
 
232 232
     /**
Please login to merge, or discard this patch.