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 ( 055e70...f45908 )
by Pavel
07:54
created
AdjacencyListBehavior.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -437,7 +437,7 @@  discard block
 block discarded – undo
437 437
      *
438 438
      * @param int $depth = null
439 439
      * @param string|array $with = null
440
-     * @return static
440
+     * @return ActiveRecord
441 441
      */
442 442
     public function populateTree($depth = null, $with = null)
443 443
     {
@@ -688,7 +688,7 @@  discard block
 block discarded – undo
688 688
     }
689 689
 
690 690
     /**
691
-     * @return mixed
691
+     * @return string
692 692
      * @throws Exception
693 693
      */
694 694
     protected function getPrimaryKey()
Please login to merge, or discard this patch.