We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -561,7 +561,7 @@ |
||
| 561 | 561 | */ |
| 562 | 562 | public function setWarp(SmrSector $warp) : void { |
| 563 | 563 | if ($this->getWarp() == $warp->getSectorID() && |
| 564 | - $warp->getWarp() == $this->getSectorID()) { |
|
| 564 | + $warp->getWarp() == $this->getSectorID()) { |
|
| 565 | 565 | // Warps are already set correctly! |
| 566 | 566 | return; |
| 567 | 567 | } |
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | abstract public function imageLink() : string; |
| 11 | 11 | abstract public function description() : string; |
| 12 | 12 | abstract public function maxAttackers() : int; |
| 13 | - abstract public function maxLanded() : int ; |
|
| 13 | + abstract public function maxLanded() : int; |
|
| 14 | 14 | abstract public function menuOptions() : array; |
| 15 | 15 | |
| 16 | 16 | private array $structures; |