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 ( a83a17...fc25f9 )
by Pieter
03:17 queued 01:06
created
src/Models/Activity.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace JackJoe\ActivityLog\Models;
2 2
 
3 3
 use Illuminate\Database\Eloquent\Model as Eloquent;
4
-use Illuminate\Support\Facades\Auth;
5 4
 use Illuminate\Support\Facades\Request;
6 5
 
7 6
 class Activity extends Eloquent {
Please login to merge, or discard this 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.