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 ( 5ec0dd...6eda4a )
by Pavel
40:15
created
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.
AdjacencyListBehavior.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -427,7 +427,7 @@  discard block
 block discarded – undo
427 427
      * Populate children relations for self and all descendants
428 428
      *
429 429
      * @param int $depth = null
430
-     * @return static
430
+     * @return ActiveRecord
431 431
      */
432 432
     public function populateTree($depth = null)
433 433
     {
@@ -661,7 +661,7 @@  discard block
 block discarded – undo
661 661
     }
662 662
 
663 663
     /**
664
-     * @return mixed
664
+     * @return string
665 665
      * @throws Exception
666 666
      */
667 667
     protected function getPrimaryKey()
Please login to merge, or discard this patch.