We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ -277,9 +277,9 @@ discard block | ||
| 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 | ||
| 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 | } |