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 ( 82cdfe...3aa29e )
by
unknown
04:40
created
Tests/Service/PublisherTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@
 block discarded – undo
39 39
     /**
40 40
      * @dataProvider getTestPublishData
41 41
      *
42
-     * @param Topic|\PHPUnit_Framework_MockObject_MockObject        $topic
43
-     * @param PubSubClient|\PHPUnit_Framework_MockObject_MockObject $client
42
+     * @param Topic        $topic
43
+     * @param PubSubClient $client
44 44
      * @param bool                                                  $setLogger
45 45
      * @param int                                                   $logInfoCallsCount
46 46
      * @param string                                                $message
Please login to merge, or discard this patch.