From 387a17c0d4e3dfd77bc956b8b83228bed5279e34 Mon Sep 17 00:00:00 2001 From: ah-net <103565001+ah-net@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:47:01 +0100 Subject: [PATCH] fix: wrong type --- src/Api/Data/LandingPageInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Data/LandingPageInterface.php b/src/Api/Data/LandingPageInterface.php index 7569a75..3db3afc 100644 --- a/src/Api/Data/LandingPageInterface.php +++ b/src/Api/Data/LandingPageInterface.php @@ -140,7 +140,7 @@ public function getTweakwiseSortTemplate(); * Get tweakwise_builder_template * @return int|null */ - public function getTweakwiseBuilderTemplate(): ?int; + public function getTweakwiseBuilderTemplate(): ?string; /** * Get active stores IDs