From c9f98c5cc431f84703241c655b212313e6621876 Mon Sep 17 00:00:00 2001 From: ah-net <103565001+ah-net@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:50:19 +0100 Subject: [PATCH] Update LandingPageInterface.php --- 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 3db3afc..ae20d2e 100644 --- a/src/Api/Data/LandingPageInterface.php +++ b/src/Api/Data/LandingPageInterface.php @@ -138,7 +138,7 @@ public function getTweakwiseSortTemplate(); /** * Get tweakwise_builder_template - * @return int|null + * @return string|null */ public function getTweakwiseBuilderTemplate(): ?string;