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 ( c0e730...06a832 )
by Freek
07:57
created
src/Middleware/Authorize.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
     /**
35 35
      * Get the model from the request using given boundModelName.
36 36
      *
37
-     * @param mixed  $request
37
+     * @param \Illuminate\Http\Request  $request
38 38
      * @param string $boundModelName
39 39
      *
40 40
      * @return \Illuminate\Database\Eloquent\Model|null
@@ -81,11 +81,11 @@  discard block
 block discarded – undo
81 81
     /**
82 82
      * Handle the unauthorized request.
83 83
      *
84
-     * @param $request
84
+     * @param \Illuminate\Http\Request $request
85 85
      * @param string|null                              $ability
86 86
      * @param \Illuminate\Database\Eloquent\Model|null $model
87 87
      *
88
-     * @return \Illuminate\Contracts\Routing\ResponseFactory|\Illuminate\Http\RedirectResponse|Response
88
+     * @return Response|\Illuminate\Http\RedirectResponse
89 89
      *
90 90
      * @throws \Symfony\Component\HttpKernel\Exception\HttpException
91 91
      */
Please login to merge, or discard this patch.