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 ( fd9624...a479a0 )
by Ronald
02:53
created
src/Calendar/AbstractCalendar.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -527,7 +527,7 @@
 block discarded – undo
527 527
    * Returns the unit object.
528 528
    *
529 529
    * @param $unit_id
530
-   * @return mixed
530
+   * @return Unit
531 531
    */
532 532
   protected function getUnit($unit_id) {
533 533
     $keyed =  $this->keyUnitsById();
Please login to merge, or discard this patch.