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
Branch master (62b7e7)
by Michael
02:59
created
src/Statemachine/Exception/StateTransitionFailed.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 namespace Noodle\Statemachine\Exception;
6 6
 
7 7
 use Noodle\State\State;
8
-use Noodle\Statemachine\Exception;
9 8
 use Noodle\Stateful\Stateful;
9
+use Noodle\Statemachine\Exception;
10 10
 use Noodle\Transition\Context;
11 11
 use Noodle\Transition\Input\Input;
12 12
 
Please login to merge, or discard this patch.