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 (fd24cf)
by Jacky
12:49
created
system/Modules/Zeus/Manager/PlayerManager.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -12,17 +12,14 @@
 block discarded – undo
12 12
 namespace Asylamba\Modules\Zeus\Manager;
13 13
 
14 14
 use Asylamba\Classes\Worker\Manager;
15
-
16 15
 use Asylamba\Classes\Library\Utils;
17 16
 use Asylamba\Classes\Database\Database;
18 17
 use Asylamba\Classes\Worker\API;
19 18
 use Asylamba\Classes\Worker\ASM;
20
-
21 19
 use Asylamba\Modules\Zeus\Model\Player;
22 20
 use Asylamba\Modules\Promethee\Model\Technology;
23 21
 use Asylamba\Modules\Athena\Model\OrbitalBase;
24 22
 use Asylamba\Modules\Hermes\Model\Notification;
25
-
26 23
 use Asylamba\Modules\Gaia\Manager\GalaxyColorManager;
27 24
 
28 25
 class PlayerManager extends Manager {
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
@@ -15,16 +15,13 @@
 block discarded – undo
15 15
 use Asylamba\Classes\Worker\CTR;
16 16
 use Asylamba\Classes\Worker\CTC;
17 17
 use Asylamba\Classes\Worker\ASM;
18
-
19 18
 use Asylamba\Classes\Library\Utils;
20 19
 use Asylamba\Classes\Library\Game;
21
-
22 20
 use Asylamba\Modules\Ares\Model\Commander;
23 21
 use Asylamba\Modules\Athena\Model\Transaction;
24 22
 use Asylamba\Modules\Zeus\Model\PlayerBonus;
25 23
 use Asylamba\Modules\Hermes\Model\Notification;
26 24
 use Asylamba\Classes\Container\ArrayList;
27
-
28 25
 use Asylamba\Modules\Athena\Resource\ShipResource;
29 26
 
30 27
 class Player {
Please login to merge, or discard this patch.
system/Modules/Zeus/Model/PlayerBonus.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -152,6 +152,9 @@
 block discarded – undo
152 152
 		$this->addTechnoToBonus(Technology::DESTROYER_DEFENSE, self::DESTROYER_DEFENSE);
153 153
 	}
154 154
 
155
+	/**
156
+	 * @param integer $bonus
157
+	 */
155 158
 	private function addTechnoToBonus($techno, $bonus) {
156 159
 		$totalBonus = 0;
157 160
 		for ($i = 0; $i <= $this->technology->getTechnology($techno); $i++) { 
Please login to merge, or discard this 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/views/pages/desktop/financial.php 1 patch
Unused Use Statements   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-use Asylamba\Classes\Worker\ASM;
4
-use Asylamba\Classes\Worker\CTR;
5
-use Asylamba\Modules\Athena\Model\Transaction;
6
-use Asylamba\Modules\Zeus\Model\PlayerBonus;
3
+use Asylamba\Classes\Worker\ASM;
4
+use Asylamba\Classes\Worker\CTR;
5
+use Asylamba\Modules\Athena\Model\Transaction;
6
+use Asylamba\Modules\Zeus\Model\PlayerBonus;
7 7
 use Asylamba\Classes\Library\Game;
8 8
 
9 9
 # background paralax
Please login to merge, or discard this patch.
system/views/pages/desktop/fleet.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 use Asylamba\Classes\Worker\CTR;
4 4
 use Asylamba\Classes\Worker\ASM;
5 5
 use Asylamba\Classes\Container\Params;
6
-use Asylamba\Classes\Library\Format;
7 6
 use Asylamba\Modules\Ares\Model\Report;
8 7
 
9 8
 # background paralax
Please login to merge, or discard this patch.