We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -48,8 +48,9 @@ discard block |
||
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | public function setAllianceID($ID) { |
| 51 | - if($this->allianceID == $ID) |
|
| 52 | - return; |
|
| 51 | + if($this->allianceID == $ID) { |
|
| 52 | + return; |
|
| 53 | + } |
|
| 53 | 54 | $this->allianceID=$ID; |
| 54 | 55 | } |
| 55 | 56 | |
@@ -86,8 +87,7 @@ discard block |
||
| 86 | 87 | if($db->nextRecord()) { |
| 87 | 88 | $return = $db->getObject('info'); |
| 88 | 89 | return $return; |
| 89 | - } |
|
| 90 | - else { |
|
| 90 | + } else { |
|
| 91 | 91 | $return = new DummyPlayer(); |
| 92 | 92 | return $return; |
| 93 | 93 | } |