diff --git a/src/Cron_Event_Command.php b/src/Cron_Event_Command.php index 7887c7a0..24b6cc5e 100644 --- a/src/Cron_Event_Command.php +++ b/src/Cron_Event_Command.php @@ -382,9 +382,6 @@ public function unschedule( $args, $assoc_args ) { if ( ! is_array( $cron ) ) { continue; } - /** - * @var array> $cron - */ if ( isset( $cron[ $hook ] ) ) { $event_count += count( $cron[ $hook ] ); }