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 ( 671d34...7d53a4 )
by Marceau
02:26
created
src/Fields/Field.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 Akibatech\Crud\Fields;
4 4
 
5 5
 use Akibatech\Crud\Services\CrudFields;
6
-use Illuminate\Database\Eloquent\Model;
7 6
 
8 7
 /**
9 8
  * Class Field
Please login to merge, or discard this patch.
src/Services/CrudEntry.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * CrudEntry constructor.
40 40
      *
41
-     * @param   Model|Crudable $model
41
+     * @param   Model $model
42 42
      * @throws  \InvalidArgumentException
43 43
      */
44 44
     public function __construct(Model $model)
Please login to merge, or discard this patch.