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 (1a0c89)
by Pavel
05:00
created
src/Mail.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,8 +8,8 @@
 block discarded – undo
8 8
 
9 9
 namespace Ublaboo\Mailing;
10 10
 
11
-use Nette,
12
-	Ublaboo;
11
+use Nette;
12
+use Ublaboo;
13 13
 
14 14
 abstract class Mail extends Nette\Object
15 15
 {
Please login to merge, or discard this patch.
src/MailFactory.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
8 8
 
9 9
 namespace Ublaboo\Mailing;
10 10
 
11
-use Nette,
12
-	Nette\Mail\Message,
13
-	Ublaboo;
11
+use Nette;
12
+use Nette\Mail\Message;
13
+use Ublaboo;
14 14
 
15 15
 class MailFactory extends Nette\Object
16 16
 {
Please login to merge, or discard this patch.