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 ( a2738f...a83a17 )
by Pieter
02:03
created
src/Models/Activity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
   /**
34 34
    * Get the user that the activity belongs to.
35 35
    *
36
-   * @return object
36
+   * @return \Illuminate\Database\Eloquent\Relations\BelongsTo
37 37
    */
38 38
   public function user()
39 39
   {
Please login to merge, or discard this patch.