Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | class CheckErrorMail extends \App\SystemWarnings\Template |
||
21 | { |
||
22 | protected $statusValue = 0; |
||
23 | /** @var string Modal header title */ |
||
24 | protected $title = 'LBL_CHECK_ERROR_MAIL'; |
||
25 | |||
26 | /** |
||
27 | * Checks for suspended email accounts. |
||
28 | * |
||
29 | * @return void |
||
30 | */ |
||
31 | public function process(): void |
||
43 |