apply StyleCI recommendation

This commit is contained in:
El RIDO
2025-11-19 09:57:08 +01:00
parent 3a23117ebf
commit baa79e12e8
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ class TrafficLimiter extends AbstractPersistence
}
throw new TranslatedException(array(
'Please wait %d seconds between each post.',
self::$_limit
self::$_limit,
));
}
}