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 | 13 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types=1); |
||
9 | class AnnouncementCreate extends AccountPage { |
||
10 | |||
11 | public string $file = 'admin/announcement_create.php'; |
||
12 | |||
13 | public function __construct( |
||
14 | private readonly ?string $preview = null |
||
15 | ) {} |
||
16 | |||
17 | public function build(SmrAccount $account, Template $template): void { |
||
22 | } |
||
23 | } |
||
26 |