Skip to content

Commit

Permalink
Remove redundant parent constructor overriding
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Jun 24, 2024
1 parent 1df1e00 commit a013a6d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/BackgroundTask/MonitorCssTransientCaching.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ final class MonitorCssTransientCaching extends RecurringBackgroundTask {
*/
const GUTENBERG_VERSION = 'gutenberg_version';

/**
* Constructor.
*
* @param BackgroundTaskDeactivator $background_task_deactivator Deactivator.
*/
public function __construct( BackgroundTaskDeactivator $background_task_deactivator ) { // phpcs:ignore Generic.CodeAnalysis.UselessOverridingMethod.Found
parent::__construct( $background_task_deactivator );
}

/**
* Register the service with the system.
*
Expand Down

0 comments on commit a013a6d

Please sign in to comment.