We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
10 | class AccountEditSearch extends AccountPage { |
||
11 | |||
12 | public string $file = 'admin/account_edit_search.php'; |
||
13 | |||
14 | public function __construct( |
||
15 | private readonly ?string $message = null, |
||
16 | private readonly ?string $errorMessage = null |
||
17 | ) {} |
||
18 | |||
19 | public function build(SmrAccount $account, Template $template): void { |
||
34 | } |
||
35 | |||
37 |