@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | */ |
77 | 77 | protected function getFailures($serviceName) |
78 | 78 | { |
79 | - return (int)$this->cache->get($this->getCacheKey($serviceName, 'failures')); |
|
79 | + return (int) $this->cache->get($this->getCacheKey($serviceName, 'failures')); |
|
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | */ |
87 | 87 | protected function getLastTest($serviceName) |
88 | 88 | { |
89 | - return (int)$this->cache->get($this->getCacheKey($serviceName, 'lastTest')); |
|
89 | + return (int) $this->cache->get($this->getCacheKey($serviceName, 'lastTest')); |
|
90 | 90 | } |
91 | 91 | |
92 | 92 | /** |