Skip to content

Commit

Permalink
fix: wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Jan 16, 2025
1 parent 3ac1613 commit 387a17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/Data/LandingPageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 387a17c

Please sign in to comment.