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 ( a1207e...fad361 )
by Sebastian
02:01
created
src/Menu.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      *
73 73
      * @param array|\Iterator $items
74 74
      * @param callable $callback
75
-     * @param \Spatie\Menu\Menu|null $initial
75
+     * @param null|\self $initial
76 76
      *
77 77
      * @return static
78 78
      */
@@ -560,7 +560,6 @@  discard block
 block discarded – undo
560 560
     /**
561 561
      * Set tag for items wrapper.
562 562
      *
563
-     * @param string|null $wrapperTagName
564 563
      * @return $this
565 564
      */
566 565
     public function withoutWrapperTag()
Please login to merge, or discard this patch.