We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
Conditions | 2 |
Paths | 2 |
Total Lines | 5 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
17 | public function build(SmrAccount $account, Template $template): void { |
||
18 | $template->assign('PageTopic', 'Create Announcement'); |
||
19 | $template->assign('AnnouncementCreateFormHref', (new AnnouncementCreateProcessor())->href()); |
||
20 | if ($this->preview !== null) { |
||
21 | $template->assign('Preview', htmlentities($this->preview)); |
||
22 | } |
||
26 |