| @@ -2,9 +2,8 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * In-plugin summary emails controller |
| 4 | 4 | * |
| 5 | 5 | * @since 6.7 |
| 6 | - * | |
| 7 | 6 | * @package Formidable |
| 8 | 7 | */ |
| 9 | 8 | |
| 10 | 9 | if ( ! defined( 'ABSPATH' ) ) { |
| @@ -17,14 +16,11 @@ | ||
| 17 | 16 | class FrmEmailSummaryController { |
| 18 | 17 | |
| 19 | 18 | /** |
| 20 | 19 | * Maybe send summary emails. |
| 21 | - * | |
| 22 | - * @return void | |
| 23 | 20 | */ |
| 24 | 21 | public static function maybe_send_emails() { |
| 25 | 22 | $emails = FrmEmailSummaryHelper::should_send_emails(); |
| 26 | - | |
| 27 | 23 | if ( ! $emails ) { |
| 28 | 24 | return; |
| 29 | 25 | } |
| 30 | 26 | |