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

Passed
Push — master ( 0fa21f...ebce87 )
by Dan
04:09
created
src/lib/Default/DummyPlayer.class.php 1 patch
Braces   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -48,8 +48,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 		}
Please login to merge, or discard this patch.