We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -912,14 +912,14 @@ |
||
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 { |
@@ -100,7 +100,7 @@ |
||
100 | 100 | $ship = new AbstractSmrShip($this->player); |
101 | 101 | $this->expectException(\Exception::class); |
102 | 102 | $this->expectExceptionMessage('Ship does not have the supported hardware!'); |
103 | - $ship->setIllusion(SHIP_TYPE_THIEF, 12, 13);; |
|
103 | + $ship->setIllusion(SHIP_TYPE_THIEF, 12, 13); ; |
|
104 | 104 | } |
105 | 105 | |
106 | 106 | public function test_hardware() { |