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 { |