Преглед изворни кода

apply StyleCI recommendation

El RIDO пре 4 година
родитељ
комит
f987e96d4b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      lib/Persistence/TrafficLimiter.php

+ 3 - 1
lib/Persistence/TrafficLimiter.php

@@ -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