Passed
Push — master ( 07d96b...354bc7 )
by Vince
01:39
created
src/core/throttle/limiter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -295,7 +295,7 @@  discard block
 block discarded – undo
295 295
      */
296 296
     public function getAccount()
297 297
     {
298
-        if (is_null($this->account)||empty($this->account)) {
298
+        if (is_null($this->account) || empty($this->account)) {
299 299
             (new exception\errorException)
300 300
                 ->setOptions($this->getOptions())
301 301
                 ->error('UNAUTHORIZED');
@@ -400,7 +400,7 @@  discard block
 block discarded – undo
400 400
 
401 401
         if (is_numeric($timeframe)) {
402 402
             if ($timeframe < 0) {
403
-                $timeframe = ($timeframe*-1);
403
+                $timeframe = ($timeframe * -1);
404 404
             }
405 405
             self::$timeframe['CUSTOM'] = $timeframe;
406 406
             $this->window = intval(self::$timeframe['CUSTOM']);
Please login to merge, or discard this patch.