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 (#881)
by Dan
05:23
created
lib/Default/PlayingCard.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
 			return self::RANK_NAMES[$this->rank];
74 74
 		} else {
75 75
 			// For normal pip (non-face) cards, name and rank are the same.
76
-			return (string) $this->rank;
76
+			return (string)$this->rank;
77 77
 		}
78 78
 	}
79 79
 }
Please login to merge, or discard this patch.