GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( b24f8b...91da5a )
by Alfons
03:27
created
src/CircuitBreaker.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.