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 ( 031daa...136e08 )
by Cees-Jan
08:42 queued 13s
created
src/FormattedPsrHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     protected function write(array $record): void
27 27
     {
28 28
         /** @psalm-suppress InvalidArgument */
29
-        if (! $this->isHandling($record)) {
29
+        if (!$this->isHandling($record)) {
30 30
             // @codeCoverageIgnoreStart
31 31
             return; // This is tested in FormattedPsrHandlerTest::notHandled but not picked up by PHPUnit as covered
32 32
 
Please login to merge, or discard this patch.