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 ( 5498a9...d1e4cc )
by Aden
03:33
created
src/Flare/Admin/Models/ModelAdminController.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -209,7 +209,6 @@  discard block
 block discarded – undo
209 209
     /**
210 210
      * Process Restore ModelItem Request.
211 211
      *
212
-     * @param int $page_id
213 212
      * 
214 213
      * @return \Illuminate\Http\RedirectResponse
215 214
      */
@@ -225,7 +224,7 @@  discard block
 block discarded – undo
225 224
      *
226 225
      * @param int $modelitem_id
227 226
      * 
228
-     * @return \Illuminate\Http\Response
227
+     * @return \Illuminate\Http\RedirectResponse
229 228
      */
230 229
     public function getClone($modelitem_id)
231 230
     {
Please login to merge, or discard this patch.
src/Flare/Http/Controllers/AdminController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
      *
52 52
      * @param Request $request
53 53
      *
54
-     * @return \Illuminate\Http\Response
54
+     * @return \Illuminate\Http\RedirectResponse
55 55
      */
56 56
     public function postLogin(Request $request)
57 57
     {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     /**
74 74
      * Log the user.
75 75
      *
76
-     * @return \Illuminate\Http\Response
76
+     * @return \Illuminate\Http\RedirectResponse
77 77
      */
78 78
     public function getLogout()
79 79
     {
Please login to merge, or discard this patch.
src/Flare/Scaffolding/ModelScaffolder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -331,7 +331,7 @@
 block discarded – undo
331 331
      * 
332 332
      * @param string $goBack
333 333
      * 
334
-     * @return mixed
334
+     * @return null|false
335 335
      */
336 336
     protected function goBack($goBack)
337 337
     {
Please login to merge, or discard this patch.