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 ( c7ba65...5d6946 )
by Richard
14:48
created
src/Phase/TakeATicket/DataSource/MySql.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
      * @param $songId
26 26
      *
27 27
      * @param null $userId
28
-     * @return false|int
28
+     * @return string|false
29 29
      */
30 30
     public function storeNewTicket($title, $songId, $userId = null)
31 31
     {
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
      * @param $performerName
54 54
      * @param bool|false    $createMissing
55 55
      *
56
-     * @return mixed
56
+     * @return string|boolean
57 57
      */
58 58
     public function fetchPerformerIdByName($performerName, $createMissing = false)
59 59
     {
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.