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 (#1018)
by Dan
04:41
created
src/lib/Default/AbstractSmrShip.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -912,14 +912,14 @@
 block discarded – undo
912 912
 
913 913
 	public function isFederal() : bool {
914 914
 		return $this->getShipTypeID() === SHIP_TYPE_FEDERAL_DISCOVERY ||
915
-		       $this->getShipTypeID() === SHIP_TYPE_FEDERAL_WARRANT ||
916
-		       $this->getShipTypeID() === SHIP_TYPE_FEDERAL_ULTIMATUM;
915
+			   $this->getShipTypeID() === SHIP_TYPE_FEDERAL_WARRANT ||
916
+			   $this->getShipTypeID() === SHIP_TYPE_FEDERAL_ULTIMATUM;
917 917
 	}
918 918
 
919 919
 	public function isUnderground() : bool {
920 920
 		return $this->getShipTypeID() === SHIP_TYPE_THIEF ||
921
-		       $this->getShipTypeID() === SHIP_TYPE_ASSASSIN ||
922
-		       $this->getShipTypeID() === SHIP_TYPE_DEATH_CRUISER;
921
+			   $this->getShipTypeID() === SHIP_TYPE_ASSASSIN ||
922
+			   $this->getShipTypeID() === SHIP_TYPE_DEATH_CRUISER;
923 923
 	}
924 924
 
925 925
 	public function shootPlayers(array $targetPlayers) : array {
Please login to merge, or discard this patch.