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 — 3.0 ( 49ab7a...0a9b70 )
by Thorsten
19:57 queued 13:30
created
phpmyfaq/admin/ajax.section.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 
18 18
 use phpMyFAQ\Filter;
19 19
 use phpMyFAQ\Permission\LargePermission;
20
-use phpMyFAQ\User;
21 20
 
22 21
 if (!defined('IS_VALID_PHPMYFAQ')) {
23 22
     $protocol = 'http';
Please login to merge, or discard this patch.
phpmyfaq/ask.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -19,8 +19,8 @@
 block discarded – undo
19 19
 
20 20
 use phpMyFAQ\Captcha;
21 21
 use phpMyFAQ\Filter;
22
-USE phpMyFAQ\Helper\CategoryHelper as HelperCategory;
23
-USE phpMyFAQ\Helper\CaptchaHelper;
22
+use phpMyFAQ\Helper\CategoryHelper as HelperCategory;
23
+use phpMyFAQ\Helper\CaptchaHelper;
24 24
 
25 25
 if (!defined('IS_VALID_PHPMYFAQ')) {
26 26
     $protocol = 'http';
Please login to merge, or discard this patch.
phpmyfaq/faq.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,6 @@
 block discarded – undo
32 32
 use phpMyFAQ\Linkverifier;
33 33
 use phpMyFAQ\Rating;
34 34
 use phpMyFAQ\Relation;
35
-use phpMyFAQ\Search\Resultset as SearchResultSet;
36 35
 use phpMyFAQ\Strings;
37 36
 use phpMyFAQ\Tags;
38 37
 use phpMyFAQ\User\CurrentUser;
Please login to merge, or discard this patch.
phpmyfaq/src/phpMyFAQ/Mail.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
  * @since 2009-09-11
21 21
  */
22 22
 
23
-use phpMyFAQ\Mail\Builtin;
24 23
 use phpMyFAQ\Mail\SwiftSMTP;
25 24
 
26 25
 if (!defined('IS_VALID_PHPMYFAQ')) {
Please login to merge, or discard this patch.