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.
Passed
Push — master ( 4461a7...5b5d89 )
by masaru
44s
created
src/Monar/AbstractDriver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 
91 91
         $error = $response->getHeader('ERROR');
92 92
 
93
-        if (! empty($error)) {
93
+        if (!empty($error)) {
94 94
             $errorStr = \is_array($error) ? implode(',', $error) : $error;
95 95
             throw new MonarException("url: {$url}. method: {$method}. error:{$errorStr}");
96 96
         }
Please login to merge, or discard this patch.