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 ( 1a1e57...ace484 )
by
unknown
18:25
created
app/Http/Controllers/MenuController.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@  discard block
 block discarded – undo
108 108
      *
109 109
      * @param MenuHandler $handler menu handler
110 110
      *
111
-     * @return mixed
111
+     * @return RedirectResponse
112 112
      * @throws Exception
113 113
      */
114 114
     public function store(MenuHandler $handler)
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
      * @param MenuHandler     $handler menu handler
454 454
      * @param string          $menuId  where to store
455 455
      *
456
-     * @return $this|RedirectResponse
456
+     * @return RedirectResponse
457 457
      * @throws Exception
458 458
      */
459 459
     public function storeItem(MenuHandler $handler, $menuId)
@@ -643,6 +643,9 @@  discard block
 block discarded – undo
643 643
 
644 644
     }
645 645
 
646
+    /**
647
+     * @param string $name
648
+     */
646 649
     protected function registerItemImage(MenuItem $item, $name)
647 650
     {
648 651
         $columnKeyName = $name . 'Id';
Please login to merge, or discard this patch.