Scrutinizer GitHub App not installed

We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.

Install GitHub App

Failed Conditions
Pull Request — master (#1062)
by Dan
04:48
created
src/lib/Default/AbstractSmrPlayer.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
 		while ($this->db->nextRecord()) {
326 326
 			try {
327 327
 				$otherPlayer = SmrPlayer::getPlayer($this->db->getInt('from_account_id'),
328
-				                                    $this->getGameID(), $forceUpdate);
328
+													$this->getGameID(), $forceUpdate);
329 329
 			} catch (PlayerNotFoundException $e) {
330 330
 				// Skip players that have not joined this game
331 331
 				continue;
@@ -885,9 +885,9 @@  discard block
 block discarded – undo
885 885
 	 */
886 886
 	public function canFight() : bool {
887 887
 		return !($this->hasNewbieTurns() ||
888
-		         $this->isDead() ||
889
-		         $this->isLandedOnPlanet() ||
890
-		         $this->hasFederalProtection());
888
+				 $this->isDead() ||
889
+				 $this->isLandedOnPlanet() ||
890
+				 $this->hasFederalProtection());
891 891
 	}
892 892
 
893 893
 	public function setDead(bool $bool) : void {
Please login to merge, or discard this patch.