| Total Complexity | 4 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 3 | ||
| Bugs | 0 | Features | 2 |
| 1 | <?php |
||
| 13 | class EmailCrons |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @return int |
||
| 17 | */ |
||
| 18 | public static function send(): int |
||
| 19 | { |
||
| 20 | return (new EmailsSend())->handle(); |
||
| 21 | } |
||
| 22 | |||
| 23 | public static function cleanup(): void |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return mixed |
||
| 31 | */ |
||
| 32 | public static function cleanupRecords() |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return mixed |
||
| 39 | */ |
||
| 40 | public static function cleanupData() |
||
| 45 |