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 (#100)
by Axel
16:33
created
system/Modules/Demeter/Manager/ColorManager.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -489,6 +489,10 @@
 block discarded – undo
489 489
 		$this->entityManager->flush($faction);
490 490
 	}
491 491
 
492
+	/**
493
+	 * @param boolean $hadVoted
494
+	 * @param integer $convPlayerID
495
+	 */
492 496
 	public function uMandate(Color $color, $governmentMembers, $newChief, $idOldChief, $hadVoted, $conv, $convPlayerID, $candidate) {
493 497
 		# préparation de la conversation
494 498
 		$conv->messages++;
Please login to merge, or discard this patch.
system/Modules/Demeter/Manager/Election/CandidateManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,8 @@
 block discarded – undo
12 12
 namespace Asylamba\Modules\Demeter\Manager\Election;
13 13
 
14 14
 use Asylamba\Classes\Entity\EntityManager;
15
-
16 15
 use Asylamba\Modules\Demeter\Model\Election\Election;
17 16
 use Asylamba\Modules\Demeter\Model\Election\Candidate;
18
-
19 17
 use Asylamba\Modules\Zeus\Model\Player;
20 18
 
21 19
 class CandidateManager {
Please login to merge, or discard this patch.
system/Modules/Demeter/Manager/Election/VoteManager.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,10 +12,8 @@
 block discarded – undo
12 12
 namespace Asylamba\Modules\Demeter\Manager\Election;
13 13
 
14 14
 use Asylamba\Classes\Entity\EntityManager;
15
-
16 15
 use Asylamba\Modules\Demeter\Model\Election\Election;
17 16
 use Asylamba\Modules\Demeter\Model\Election\Vote;
18
-
19 17
 use Asylamba\Modules\Zeus\Model\Player;
20 18
 
21 19
 class VoteManager {
Please login to merge, or discard this patch.
system/Modules/Demeter/Repository/ColorRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Modules\Demeter\Repository;
4 4
 
5 5
 use Asylamba\Classes\Entity\AbstractRepository;
6
-
7 6
 use Asylamba\Modules\Demeter\Resource\ColorResource;
8 7
 use Asylamba\Modules\Demeter\Model\Color;
9 8
 
Please login to merge, or discard this patch.
system/Modules/Demeter/Repository/Election/ElectionRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Modules\Demeter\Repository\Election;
4 4
 
5 5
 use Asylamba\Classes\Entity\AbstractRepository;
6
-
7 6
 use Asylamba\Modules\Demeter\Model\Election\Election;
8 7
 
9 8
 class ElectionRepository extends AbstractRepository {
Please login to merge, or discard this patch.
system/Modules/Demeter/Repository/Election/VoteRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Modules\Demeter\Repository\Election;
4 4
 
5 5
 use Asylamba\Classes\Entity\AbstractRepository;
6
-
7 6
 use Asylamba\Modules\Demeter\Model\Election\Vote;
8 7
 
9 8
 class VoteRepository extends AbstractRepository {
Please login to merge, or discard this patch.
system/Modules/Demeter/Repository/Forum/FactionNewsRepository.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Asylamba\Modules\Demeter\Repository\Forum;
4 4
 
5 5
 use Asylamba\Modules\Demeter\Model\Forum\FactionNews;
6
-
7 6
 use Asylamba\Classes\Entity\AbstractRepository;
8 7
 use Asylamba\Classes\Library\Utils;
9 8
 
Please login to merge, or discard this patch.
system/Modules/Gaia/EventListener/SystemListener.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use Asylamba\Modules\Gaia\Manager\SystemManager;
6 6
 use Asylamba\Modules\Zeus\Manager\PlayerManager;
7 7
 use Asylamba\Modules\Athena\Manager\OrbitalBaseManager;
8
-
9 8
 use Asylamba\Classes\Entity\EntityManager;
10
-
11 9
 use Asylamba\Modules\Gaia\Event\PlaceOwnerChangeEvent;
12 10
 
13 11
 class SystemListener
Please login to merge, or discard this patch.
system/Modules/Gaia/Helper/ActionHelper.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -5,13 +5,10 @@
 block discarded – undo
5 5
 use Asylamba\Classes\Library\Chronos;
6 6
 use Asylamba\Classes\Library\Game;
7 7
 use Asylamba\Classes\Library\Format;
8
-
9 8
 use Asylamba\Modules\Promethee\Model\Technology;
10
-
11 9
 use Asylamba\Modules\Promethee\Resource\TechnologyResource;
12 10
 use Asylamba\Modules\Athena\Resource\OrbitalBaseResource;
13 11
 use Asylamba\Modules\Athena\Helper\OrbitalBaseHelper;
14
-
15 12
 use Asylamba\Modules\Ares\Manager\CommanderManager;
16 13
 use Asylamba\Modules\Athena\Manager\CommercialRouteManager;
17 14
 use Asylamba\Classes\Library\Session\SessionWrapper;
Please login to merge, or discard this patch.