@@ -13,7 +13,7 @@ |
||
| 13 | 13 | { |
| 14 | 14 | $serviceName = $this->makeNamespace($service) . ':failures'; |
| 15 | 15 | |
| 16 | - if (! $this->redis->get($serviceName)) { |
|
| 16 | + if (!$this->redis->get($serviceName)) { |
|
| 17 | 17 | $this->redis->incr($serviceName); |
| 18 | 18 | return (bool) $this->redis->expire($serviceName, $timeWindow); |
| 19 | 19 | } |