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 ( 22f098...30b763 )
by Alexei
10s
created
src/ServiceContainer/SoapExtension.php 2 patches
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 use Behat\EnvironmentLoader;
8 8
 use Behat\Testwork\ServiceContainer\Extension;
9 9
 use Behat\Testwork\ServiceContainer\ExtensionManager;
10
-use Symfony\Component\DependencyInjection\ContainerBuilder;
11 10
 use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
11
+use Symfony\Component\DependencyInjection\ContainerBuilder;
12 12
 
13 13
 /**
14 14
  * Class SoapExtension.
Please login to merge, or discard this patch.
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @author Alexei Gorobet, <[email protected]>
4
- */
3
+     * @author Alexei Gorobet, <[email protected]>
4
+     */
5 5
 namespace Behat\SoapExtension\Context;
6 6
 
7 7
 use Symfony\Component\Yaml\Yaml;
Please login to merge, or discard this patch.