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
Pull Request — master (#875)
by Dan
03:41
created
lib/Default/SmrPlanet.class.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -277,9 +277,9 @@  discard block
 block discarded – undo
277 277
 	}
278 278
 
279 279
 	/**
280
-	* Increases planet credits up to the maximum allowed credits.
281
-	* Returns the amount that was actually added to handle overflow.
282
-	*/
280
+	 * Increases planet credits up to the maximum allowed credits.
281
+	 * Returns the amount that was actually added to handle overflow.
282
+	 */
283 283
 	public function increaseCredits(int $num) : int {
284 284
 		if ($num == 0) {
285 285
 			return 0;
@@ -718,7 +718,7 @@  discard block
 block discarded – undo
718 718
 		if ($buildingTypeID === false) {
719 719
 			$structs = $this->typeInfo::STRUCTURES;
720 720
 			return array_combine(array_keys($structs),
721
-			                     array_column($structs, 'max_amount'));
721
+								 array_column($structs, 'max_amount'));
722 722
 		}
723 723
 		return $this->getStructureTypes($buildingTypeID)->maxAmount();
724 724
 	}
Please login to merge, or discard this patch.