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
Pull Request — master (#13)
by Sergii
03:16
created
src/Context/SoapContext.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -4,10 +4,10 @@
 block discarded – undo
4 4
  */
5 5
 namespace Behat\SoapExtension\Context;
6 6
 
7
-use Symfony\Component\Yaml\Yaml;
8
-use Behat\Gherkin\Node\TableNode;
9 7
 use Behat\Gherkin\Node\PyStringNode;
8
+use Behat\Gherkin\Node\TableNode;
10 9
 use PHPUnit_Framework_Assert as Assertions;
10
+use Symfony\Component\Yaml\Yaml;
11 11
 
12 12
 /**
13 13
  * Class SoapContext.
Please login to merge, or discard this patch.
src/ServiceContainer/SoapExtension.php 1 patch
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.