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
Pull Request — master (#123)
by
unknown
12:02
created
system/Modules/Atlas/Routine/PlayerRoutine.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -5,14 +5,10 @@
 block discarded – undo
5 5
 use Asylamba\Modules\Athena\Helper\OrbitalBaseHelper;
6 6
 use Asylamba\Modules\Athena\Resource\OrbitalBaseResource;
7 7
 use Asylamba\Classes\Library\Game;
8
-
9 8
 use Asylamba\Modules\Athena\Resource\ShipResource;
10
-
11 9
 use Asylamba\Classes\Library\DataAnalysis;
12
-
13 10
 use Asylamba\Modules\Atlas\Manager\PlayerRankingManager;
14 11
 use Asylamba\Modules\Atlas\Repository\PlayerRankingRepository;
15
-
16 12
 use Asylamba\Modules\Atlas\Model\Ranking;
17 13
 use Asylamba\Modules\Atlas\Model\PlayerRanking;
18 14
 
Please login to merge, or discard this patch.
system/Modules/Gaia/Manager/PlaceManager.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -163,6 +163,9 @@
 block discarded – undo
163 163
 		$this->entityManager->clear(Place::class);
164 164
 	}
165 165
 	
166
+	/**
167
+	 * @param integer $playerId
168
+	 */
166 169
 	public function turnAsSpawnPlace($placeId, $playerId)
167 170
 	{
168 171
 		$this->eventDispatcher->dispatch(new PlaceOwnerChangeEvent($this->get($placeId)));
Please login to merge, or discard this patch.
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -15,15 +15,12 @@
 block discarded – undo
15 15
 use Asylamba\Classes\Library\Utils;
16 16
 use Asylamba\Classes\Library\Game;
17 17
 use Asylamba\Classes\Library\Format;
18
-
19 18
 use Asylamba\Modules\Hermes\Manager\NotificationManager;
20
-
21 19
 use Asylamba\Modules\Gaia\Model\Place;
22 20
 use Asylamba\Modules\Ares\Model\Commander;
23 21
 use Asylamba\Modules\Ares\Model\Report;
24 22
 use Asylamba\Modules\Hermes\Model\Notification;
25 23
 use Asylamba\Modules\Gaia\Model\System;
26
-
27 24
 use Asylamba\Modules\Gaia\Event\PlaceOwnerChangeEvent;
28 25
 use Asylamba\Classes\Worker\EventDispatcher;
29 26
 
Please login to merge, or discard this patch.