We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 10 | class ArticleDeleteConfirm extends PlayerPage { |
||
| 11 | |||
| 12 | public string $file = 'galactic_post_delete_confirm.php'; |
||
| 13 | |||
| 14 | public function __construct( |
||
| 15 | private readonly int $articleID |
||
| 16 | ) {} |
||
| 17 | |||
| 18 | public function build(AbstractSmrPlayer $player, Template $template): void { |
||
| 27 | } |
||
| 28 | |||
| 30 |