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 ( 7d09d8...b04e0b )
by Sergey
02:48
created
src/Decoders/Mapping/ClassMetadata.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
                 null,
109 109
                 422,
110 110
                 self::INVALID_DISCRIMINATOR_VALUE,
111
-                str_replace('{{value}}',  (string) $value, $this->discError)
111
+                str_replace('{{value}}', (string) $value, $this->discError)
112 112
             );
113 113
 
114 114
             throw new JsonApiException($error, 422);
Please login to merge, or discard this patch.