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 ( 5cdfd3...5ec0dd )
by Pavel
04:26
created
AdjacencyListBehavior.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -590,7 +590,7 @@
 block discarded – undo
590 590
     }
591 591
 
592 592
     /**
593
-     * @return mixed
593
+     * @return string
594 594
      * @throws Exception
595 595
      */
596 596
     protected function getPrimaryKey()
Please login to merge, or discard this patch.
tests/AdjacencyListBehaviorTestCase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use paulzi\adjacencylist\tests\migrations\TestMigration;
11 11
 use paulzi\adjacencylist\tests\models\Node;
12 12
 use paulzi\adjacencylist\tests\models\NodeJoin;
13
-use Yii;
14 13
 
15 14
 /**
16 15
  * @author PaulZi <[email protected]>
Please login to merge, or discard this patch.