From d3616ce770b3eec1fe2e2fc33e8d800e91a2ecc4 Mon Sep 17 00:00:00 2001 From: Opeyemi Ibrahim Date: Thu, 27 Jun 2024 09:02:12 +0100 Subject: [PATCH] Fixed lint --- inc/Engine/Media/AboveTheFold/WarmUp/Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php b/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php index 307b9fb244..9de5deb751 100644 --- a/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php +++ b/inc/Engine/Media/AboveTheFold/WarmUp/Controller.php @@ -241,7 +241,7 @@ public function add_wpr_imagedimensions_query_arg( string $url ): string { */ private function is_mobile(): bool { $plugin_version = (string) get_rocket_option( 'version', '' ); - if ( ! $plugin_version ) { # We are warming up a fresh installation. Options are not set yet. + if ( ! $plugin_version ) { // We are warming up a fresh installation. Options are not set yet. return true; }