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 — develop ( db0720...05d2a6 )
by Dane
03:11
created
app/Http/Controllers/Admin/LocationController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
      * Handle request to create new location.
65 65
      *
66 66
      * @param  Request $request
67
-     * @return \Illuminate\Response\RedirectResponse
67
+     * @return \Illuminate\Http\RedirectResponse
68 68
      */
69 69
     public function create(Request $request)
70 70
     {
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      *
91 91
      * @param  Request $request
92 92
      * @param  int     $id
93
-     * @return \Illuminate\Response\RedirectResponse
93
+     * @return \Illuminate\Http\RedirectResponse
94 94
      */
95 95
     public function update(Request $request, $id)
96 96
     {
Please login to merge, or discard this patch.