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 ( 02b71f...2519c0 )
by Alireza
07:03
created
src/controllers/AuthController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Serverfireteam\Panel;
4 4
 
5
-use Illuminate\Support\Facades\Session as session;
6 5
 use Illuminate\Routing\Controller;
7 6
 use Illuminate\Support\Facades\Input;
8 7
 
Please login to merge, or discard this patch.
src/controllers/CrudController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
 
46 46
     }
47 47
 
48
+    /**
49
+     * @return string
50
+     */
48 51
     public function getEntity() {
49 52
         return $this->entity;
50 53
     }
Please login to merge, or discard this patch.
src/Serverfireteam/Panel/libs/dashboard.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Serverfireteam\Panel\libs;
4 4
 
5 5
 
6
-use Illuminate\Support\Collection;
7
-use Illuminate\Support\Str;
8 6
 use Serverfireteam\Panel\LinkRepository;
9 7
 
10 8
 class dashboard
Please login to merge, or discard this patch.
src/models/EntityImport.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @param array $row
53
+     * @param Row $row
54 54
      *
55 55
      * @return User|null
56 56
      */
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 
4 4
 namespace Serverfireteam\Panel;
5 5
 
6
-use Illuminate\Support\Facades\Hash;
7
-use Maatwebsite\Excel\Concerns\ToModel;
8 6
 use Serverfireteam\Panel\libs\AppHelper;
9 7
 use Maatwebsite\Excel\Row;
10 8
 use Maatwebsite\Excel\Concerns\OnEachRow;
Please login to merge, or discard this patch.