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 ( 27f0f3...0137a8 )
by Robbie
9s
created
tests/QueuedJobsAdminTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Symbiote\QueuedJobs\Tests;
4 4
 
5
-use SilverStripe\Core\Config\Config;
6 5
 use SilverStripe\Control\HTTPRequest;
7 6
 use SilverStripe\Dev\FunctionalTest;
8 7
 use SilverStripe\Forms\FieldList;
Please login to merge, or discard this patch.
src/Jobs/RunBuildTaskJob.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 class RunBuildTaskJob extends AbstractQueuedJob
21 21
 {
22 22
     /**
23
-     * @param DataObject $node
23
+     * @param string $queryString
24 24
      */
25 25
     public function __construct($taskClass = null, $queryString = null)
26 26
     {
Please login to merge, or discard this patch.