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 ( d0f567...c53170 )
by
unknown
01:10
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,13 +81,13 @@  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 88
      * @throws \Symfony\Component\HttpKernel\Exception\HttpException
89 89
      *
90
-     * @return \Illuminate\Contracts\Routing\ResponseFactory|\Illuminate\Http\RedirectResponse|Response
90
+     * @return Response|\Illuminate\Http\RedirectResponse
91 91
      */
92 92
     protected function handleUnauthorizedRequest($request, $ability = null, $model = null)
93 93
     {
Please login to merge, or discard this patch.