apply StyleCI recommendation

pull/890/head
El RIDO 2022-02-20 12:25:55 +01:00
parent 1054319313
commit f987e96d4b
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
1 changed files with 3 additions and 1 deletions

View File

@ -210,7 +210,9 @@ class TrafficLimiter extends AbstractPersistence
if (!self::$_store->setValue((string) $tl, 'traffic_limiter', $hash)) {
error_log('failed to store the traffic limiter, it probably contains outdated information');
}
if ($result) return true;
if ($result) {
return true;
}
throw new Exception(I18n::_(
'Please wait %d seconds between each post.',
self::$_limit