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.
Test Failed
Push — master ( 33d8a9...f5a8bd )
by Andrey
32:16 queued 16:52
created
Exception/ValidationException.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
 
27 27
 
28 28
     /**
29
-     * @param ConstraintViolationListInterface $vilations
30 29
      * @return ValidationException
31 30
      */
32 31
     public static function createFromConstraintViolationList(ConstraintViolationListInterface $list): self
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 namespace Itmedia\CommandBusBundle\Exception;
8 8
 
9 9
 use Symfony\Component\Translation\TranslatorInterface;
10
-use Symfony\Component\Validator\ConstraintViolation;
11 10
 use Symfony\Component\Validator\ConstraintViolationInterface;
12 11
 use Symfony\Component\Validator\ConstraintViolationListInterface;
13 12
 
Please login to merge, or discard this patch.