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
Branch master (285f7e)
by Mahdi
04:10
created
src/Exceptions/InvalidQueryString.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Exception;
6 6
 use Illuminate\Http\Request;
7
-use Illuminate\Http\Response;
8 7
 
9 8
 class InvalidQueryString extends Exception
10 9
 {
Please login to merge, or discard this patch.
src/Traits/Filterable.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -23,6 +23,9 @@
 block discarded – undo
23 23
         $this->handel($query, $filters);
24 24
     }
25 25
 
26
+    /**
27
+     * @param Builder $query
28
+     */
26 29
     protected function handel($query, $modelFilters)
27 30
     {
28 31
         $queryFilters = request()->query();
Please login to merge, or discard this patch.