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 — feature/Behat3 (#89)
by
unknown
02:12
created
features/bootstrap/FeatureContext.php 1 patch
Unused Use Statements   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -19,12 +19,8 @@
 block discarded – undo
19 19
  *
20 20
  * @copyright  Copyright (c) 2012-2013 MageTest team and contributors.
21 21
  */
22
-use Behat\Behat\Context\ClosuredContextInterface,
23
-    Behat\Behat\Context\TranslatedContextInterface,
24
-    Behat\Behat\Context\BehatContext,
25
-    Behat\Behat\Tester\Exception\PendingException;
22
+use Behat\Behat\Tester\Exception\PendingException;
26 23
 use Behat\Behat\Context\SnippetAcceptingContext;
27
-
28 24
 use MageTest\MagentoExtension\Context\MagentoContext;
29 25
 
30 26
 /**
Please login to merge, or discard this patch.
src/MageTest/MagentoExtension/Context/MagentoContext.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,10 +26,8 @@
 block discarded – undo
26 26
 use Mage_Core_Model_App as MageApp;
27 27
 use MageTest\MagentoExtension\Service\ConfigManager;
28 28
 use MageTest\MagentoExtension\Service\CacheManager;
29
-use MageTest\MagentoExtension\Fixture\FixtureFactory;
30 29
 use MageTest\MagentoExtension\Service\Session;
31 30
 use Behat\MinkExtension\Context\RawMinkContext;
32
-use Behat\Gherkin\Node\TableNode;
33 31
 
34 32
 /**
35 33
  * MagentoContext
Please login to merge, or discard this patch.