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 ( f169ef...30a444 )
by Richard
05:12
created
src/Phase/TakeATicket/SongLoader/RclKaraokeRowMapper.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -8,12 +8,7 @@
 block discarded – undo
8 8
 
9 9
 namespace Phase\TakeATicket\SongLoader;
10 10
 
11
-use Doctrine\DBAL\Exception\InvalidArgumentException;
12 11
 use Phase\TakeATicket\DataSource\AbstractSql;
13
-use Phase\TakeATicket\Model\Instrument;
14
-use Phase\TakeATicket\Model\Platform;
15
-use Phase\TakeATicket\Model\Song;
16
-use Phase\TakeATicket\Model\Source;
17 12
 
18 13
 /**
19 14
  * Imports the RCL XLS file but only loads fields relevant to solo karaoke performance
Please login to merge, or discard this patch.
src/Phase/TakeATicketBundle/Controller/AjaxController.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,6 @@
 block discarded – undo
8 8
 
9 9
 namespace Phase\TakeATicketBundle\Controller;
10 10
 
11
-use Phase\TakeATicket\Model\Instrument;
12
-use Phase\TakeATicket\Model\Platform;
13 11
 use Phase\TakeATicketBundle\Entity\User;
14 12
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
15 13
 use Symfony\Component\HttpFoundation\JsonResponse;
Please login to merge, or discard this patch.