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 ( 4a1267...ca4d36 )
by Cees-Jan
09:11 queued 15s
created
src/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
 function checkCorrectLogLevel(string $level): bool
109 109
 {
110 110
     $level = strtolower($level);
111
-    if (! array_key_exists($level, LOG_LEVELS)) {
111
+    if (!array_key_exists($level, LOG_LEVELS)) {
112 112
         throw new InvalidArgumentException(
113 113
             'Level "' . $level . '" is not defined, use one of: ' . implode(', ', array_keys(LOG_LEVELS)),
114 114
         );
Please login to merge, or discard this patch.