From 0102a64f9d3ad83c2c7c756236bffb5f26ad2c7b Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Tue, 16 Apr 2024 18:08:04 +0100 Subject: [PATCH] phpcs fix --- inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php b/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php index 8a74de20bc..f6112a9944 100644 --- a/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php +++ b/inc/Engine/Media/AboveTheFold/WarmUp/APIClient.php @@ -16,7 +16,7 @@ class APIClient extends BaseAPIClient { */ public function add_to_atf_queue( string $url ): array { $is_home = Utils::is_home( $url ); - + $url = add_query_arg( [ 'wpr_imagedimensions' => 1,