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 ( fd24cf...649628 )
by Jacky
24:30
created
system/Modules/Hermes/Manager/RoadMapManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Asylamba\Classes\Worker\Manager;
15 15
 use Asylamba\Classes\Library\Utils;
16 16
 use Asylamba\Classes\Database\Database;
17
-
18 17
 use Asylamba\Modules\Zeus\Model\CreditTransaction;
19 18
 
20 19
 class CreditTransactionManager extends Manager {
Please login to merge, or discard this patch.
system/Modules/Promethee/Model/Technology.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Asylamba\Classes\Worker\Manager;
15 15
 use Asylamba\Classes\Library\Utils;
16 16
 use Asylamba\Classes\Database\Database;
17
-
18 17
 use Asylamba\Modules\Zeus\Model\CreditTransaction;
19 18
 
20 19
 class CreditTransactionManager extends Manager {
Please login to merge, or discard this patch.
system/Modules/Zeus/Helper/TutorialHelper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Asylamba\Classes\Worker\Manager;
15 15
 use Asylamba\Classes\Library\Utils;
16 16
 use Asylamba\Classes\Database\Database;
17
-
18 17
 use Asylamba\Modules\Zeus\Model\CreditTransaction;
19 18
 
20 19
 class CreditTransactionManager extends Manager {
Please login to merge, or discard this patch.
system/Modules/Zeus/Manager/PlayerManager.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,12 +14,9 @@
 block discarded – undo
14 14
 
15 15
 use Asylamba\Classes\Worker\CTR;
16 16
 use Asylamba\Classes\Worker\ASM;
17
-
18 17
 use Asylamba\Classes\Container\StackList;
19
-
20 18
 use Asylamba\Modules\Promethee\Model\Technology;
21 19
 use Asylamba\Modules\Demeter\Model\Law\Law;
22
-
23 20
 use Asylamba\Modules\Demeter\Resource\ColorResource;
24 21
 use Asylamba\Modules\Promethee\Resource\TechnologyResource;
25 22
 use Asylamba\Modules\Demeter\Resource\LawResources;
Please login to merge, or discard this patch.
system/Modules/Zeus/Model/Player.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -14,12 +14,9 @@
 block discarded – undo
14 14
 
15 15
 use Asylamba\Classes\Worker\CTR;
16 16
 use Asylamba\Classes\Worker\ASM;
17
-
18 17
 use Asylamba\Classes\Container\StackList;
19
-
20 18
 use Asylamba\Modules\Promethee\Model\Technology;
21 19
 use Asylamba\Modules\Demeter\Model\Law\Law;
22
-
23 20
 use Asylamba\Modules\Demeter\Resource\ColorResource;
24 21
 use Asylamba\Modules\Promethee\Resource\TechnologyResource;
25 22
 use Asylamba\Modules\Demeter\Resource\LawResources;
Please login to merge, or discard this patch.