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 ( 02cc1c...ad152c )
by Sebastian
03:57 queued 01:53
created
src/Menu.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 namespace Spatie\Menu;
4 4
 
5 5
 use Countable;
6
-use Spatie\Menu\Html\Tag;
7
-use Spatie\Menu\Html\Attributes;
8 6
 use Spatie\Menu\Helpers\Reflection;
7
+use Spatie\Menu\Html\Attributes;
8
+use Spatie\Menu\Html\Tag;
9 9
 use Spatie\Menu\Traits\HasHtmlAttributes as HasHtmlAttributesTrait;
10 10
 use Spatie\Menu\Traits\HasParentAttributes as HasParentAttributesTrait;
11 11
 
Please login to merge, or discard this patch.