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 ( 856a6b...b18c19 )
by Jacky
05:00
created
system/Modules/Athena/Manager/RecyclingLogManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace Asylamba\Modules\Athena\Manager;
13 13
 
14 14
 use Asylamba\Classes\Entity\EntityManager;
15
-
16 15
 use Asylamba\Modules\Athena\Model\RecyclingLog;
17 16
 
18 17
 class RecyclingLogManager {
Please login to merge, or discard this patch.
system/Modules/Athena/Manager/RecyclingMissionManager.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use Asylamba\Classes\Entity\EntityManager;
15 15
 use Asylamba\Classes\Scheduler\RealTimeActionScheduler;
16
-
17 16
 use Asylamba\Modules\Athena\Model\RecyclingMission;
18 17
 
19 18
 class RecyclingMissionManager
Please login to merge, or discard this patch.