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