We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -17,9 +17,9 @@ |
||
17 | 17 | */ |
18 | 18 | public function __construct( |
19 | 19 | private readonly ?string $action = null, |
20 | - private readonly ?array $results = null, |
|
20 | + private readonly ? array $results = null, |
|
21 | 21 | private readonly ?int $diffBytes = null, |
22 | - private readonly ?array $endedGames = null |
|
22 | + private readonly ? array $endedGames = null |
|
23 | 23 | ) {} |
24 | 24 | |
25 | 25 | public function build(SmrAccount $account, Template $template): void { |