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 ( 33710e...dbdc92 )
by Alex
14:24 queued 11:45
created
DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
                                             ->isRequired()
96 96
                                             ->cannotBeEmpty()
97 97
                                             ->info('Holds period defines offset from time of event catching for transition scheduling. '.
98
-                                             'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description')
98
+                                                'See https://en.wikipedia.org/wiki/ISO_8601#Durations for format description')
99 99
                                             ->validate()
100 100
                                                 ->always()
101 101
                                                 ->then(function ($v) {
Please login to merge, or discard this patch.
WorkflowExtensionsBundle.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@
 block discarded – undo
20 20
  */
21 21
 class WorkflowExtensionsBundle extends Bundle
22 22
 {    /**
23
-     * {@inheritdoc}
24
-     */
23
+ * {@inheritdoc}
24
+ */
25 25
     public function build(ContainerBuilder $container)
26 26
     {
27 27
         parent::build($container);
Please login to merge, or discard this patch.