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 ( aa4ff3...5266c0 )
by Alex
22:35
created
DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@
 block discarded – undo
363 363
             ->isRequired()
364 364
             ->cannotBeEmpty()
365 365
             ->info('Holds period defines offset from time of event catching for transition scheduling. '.
366
-             'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description')
366
+                'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description')
367 367
             ->validate()
368 368
                 ->always()
369 369
                 ->then(function ($v) {
Please login to merge, or discard this patch.