@@ -74,7 +74,7 @@ |
||
74 | 74 | { |
75 | 75 | $serviceName = $this->makeNamespace($service) . ':failures'; |
76 | 76 | |
77 | - if (! $this->redis->get($serviceName)) { |
|
77 | + if (!$this->redis->get($serviceName)) { |
|
78 | 78 | $this->redis->multi(); |
79 | 79 | $this->redis->incr($serviceName); |
80 | 80 | $this->redis->expire($serviceName, CircuitBreaker::getServiceSetting($service, 'timeWindow')); |