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 ( 1e0ac8...7079db )
by Alireza
9s
created
src/controllers/CrudController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -44,6 +44,9 @@
 block discarded – undo
44 44
     {
45 45
     }
46 46
 
47
+    /**
48
+     * @return string
49
+     */
47 50
     public function getEntity()
48 51
     {
49 52
         return $this->entity;
Please login to merge, or discard this patch.
src/controllers/PermissionController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Serverfireteam\Panel;
4 4
 
5 5
 use Serverfireteam\Panel\CrudController;
6
-use Spatie\Permission\Models\Role;
7 6
 use Spatie\Permission\Models\Permission;
8 7
 
9 8
 class PermissionController extends CrudController
Please login to merge, or discard this patch.
src/database/migrations/2015_02_20_130902_create_url_table.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,5 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Illuminate\Database\Schema\Blueprint;
4 3
 use Illuminate\Database\Migrations\Migration;
5 4
 
6 5
 class CreateUrlTable extends Migration
Please login to merge, or discard this patch.
src/Serverfireteam/Panel/Commands/CrudCommand.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
 use Illuminate\Console\Command;
4 4
 use Serverfireteam\Panel\Link;
5
-use Symfony\Component\Console\Input\InputOption;
6 5
 use Symfony\Component\Console\Input\InputArgument;
7 6
 
8 7
 class CrudCommand extends Command
Please login to merge, or discard this patch.