Skip to content

Commit 1224fa3

Browse files
committed
Fix simple liniting issues
1 parent be6393d commit 1224fa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Event/Failed_Event_Garbage_Collection_Event.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function __invoke(): void {
7373
$cleaner->clean_update_archive_url_events( $threshold_datetime );
7474
$cleaner->clean_check_validator_status_events( $threshold_datetime );
7575
} catch ( \Throwable $e ) {
76-
throw new \RuntimeException( 'Error during failed event garbage collection: ' . esc_html( $e->getMessage() ), 0, $e );
76+
throw new \RuntimeException( 'Error during failed event garbage collection: ' . esc_html( $e->getMessage() ), 0, $e ); // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped
7777
} finally {
7878
// Reschedule itself for the next day.
7979
self::add_to_action_scheduler();

0 commit comments

Comments
 (0)