Completed
Pull Request — master (#9)
by Krishnaprasad
10:11
created
src/Throttle/Throttler/AbstractWindowThrottler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@
 block discarded – undo
102 102
      */
103 103
     public function check(): bool
104 104
     {
105
-        return (! $this->throttlerCache->isExpired($this->data->getKey()))
105
+        return (!$this->throttlerCache->isExpired($this->data->getKey()))
106 106
             && ($this->throttlerCache->count($this->data->getKey()) < $this->settings->getLimit());
107 107
     }
108 108
 }
Please login to merge, or discard this patch.