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 ( 93cfba...3f64ec )
by Tyler
02:07
created
src/Handler/MailgunHandler.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Tylercd100\Monolog\Handler;
4 4
 
5 5
 use Exception;
6
-use Monolog\Logger;
7 6
 use Monolog\Handler\MailHandler;
7
+use Monolog\Logger;
8 8
 
9 9
 /**
10 10
  * MailgunHandler uses cURL to send the emails to the Mailgun API
Please login to merge, or discard this patch.