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/ILogger.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 	/**
17 17
 	 * Log mail messages to eml file
18 18
 	 * @param  string $type
19
-	 * @param  string $text
20 19
 	 * @return void
21 20
 	 */
22 21
 	public function log($type, Nette\Mail\Message $mail);
Please login to merge, or discard this patch.
src/MailLogger.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
 	/**
31 31
 	 * Log mail messages to eml file
32 32
 	 * @param  string $type
33
-	 * @param  string $text
34 33
 	 * @return void
35 34
 	 */
36 35
 	public function log($type, Nette\Mail\Message $mail)
Please login to merge, or discard this patch.