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 ( dba612...b06310 )
by Mario
05:16
created
bundle/InformationCollectionTrait.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,10 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Netgen\Bundle\InformationCollectionBundle;
4 4
 
5
-use eZ\Publish\Core\MVC\Symfony\View\ContentValueView;
6
-use eZ\Publish\Core\MVC\Symfony\View\LocationValueView;
7 5
 use Netgen\Bundle\InformationCollectionBundle\Event\InformationCollected;
8 6
 use Symfony\Component\HttpFoundation\Request;
7
+use eZ\Publish\Core\MVC\Symfony\View\ContentValueView;
8
+use eZ\Publish\Core\MVC\Symfony\View\LocationValueView;
9 9
 
10 10
 trait InformationCollectionTrait
11 11
 {
Please login to merge, or discard this patch.
bundle/Action/DatabaseAction.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -3,9 +3,6 @@  discard block
 block discarded – undo
3 3
 namespace Netgen\Bundle\InformationCollectionBundle\Action;
4 4
 
5 5
 use Doctrine\DBAL\DBALException;
6
-use eZ\Publish\API\Repository\Repository;
7
-use eZ\Publish\API\Repository\Values\User\User;
8
-use eZ\Publish\Core\Repository\Values\Content\Content;
9 6
 use Netgen\Bundle\InformationCollectionBundle\Entity\EzInfoCollection;
10 7
 use Netgen\Bundle\InformationCollectionBundle\Event\InformationCollected;
11 8
 use Netgen\Bundle\InformationCollectionBundle\Exception\ActionFailedException;
@@ -13,6 +10,9 @@  discard block
 block discarded – undo
13 10
 use Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionAttributeRepository;
14 11
 use Netgen\Bundle\InformationCollectionBundle\Repository\EzInfoCollectionRepository;
15 12
 use Netgen\Bundle\InformationCollectionBundle\Value\LegacyData;
13
+use eZ\Publish\API\Repository\Repository;
14
+use eZ\Publish\API\Repository\Values\User\User;
15
+use eZ\Publish\Core\Repository\Values\Content\Content;
16 16
 
17 17
 class DatabaseAction implements ActionInterface, CrucialActionInterface
18 18
 {
Please login to merge, or discard this patch.