| @@ -12,10 +12,8 @@ | ||
| 12 | 12 | /** |
| 13 | 13 | * Randomize the first send to prevent our servers from crashing. |
| 14 | 14 | * |
| 15 | 15 | * @since 3.06.04 |
| 16 | - * | |
| 17 | - * @return void | |
| 18 | 16 | */ |
| 19 | 17 | public static function schedule_send() { |
| 20 | 18 | if ( wp_next_scheduled( 'formidable_send_usage' ) ) { |
| 21 | 19 | return; |
| @@ -48,10 +46,8 @@ | ||
| 48 | 46 | } |
| 49 | 47 | |
| 50 | 48 | /** |
| 51 | 49 | * @since 3.06.04 |
| 52 | - * | |
| 53 | - * @return void | |
| 54 | 50 | */ |
| 55 | 51 | public static function send_snapshot() { |
| 56 | 52 | $usage = new FrmUsage(); |
| 57 | 53 | $usage->send_snapshot(); |