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 ( 46d3c7...307a35 )
by Mahdi
01:07
created
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.