File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ protected function getAddToCartUrl($additional = []): string
215
215
return $ this ->_urlBuilder ->getUrl ('checkout/cart/add ' , $ routeParams );
216
216
}
217
217
218
- protected function getCurrentLandingPage (): LandingPage |null |false
218
+ protected function getCurrentLandingPage (): \ Algolia \ AlgoliaSearch \ Model \ LandingPage |null |false
219
219
{
220
220
$ landingPageId = $ this ->getRequest ()->getParam ('landing_page_id ' );
221
221
if (!$ landingPageId ) {
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ public function __construct(
59
59
parent ::__construct ($ context );
60
60
}
61
61
62
- public function getLandingPage ($ pageId )
62
+ public function getLandingPage ($ pageId ): LandingPage | null | false
63
63
{
64
64
if ($ pageId !== null && $ pageId !== $ this ->landingPage ->getId ()) {
65
65
$ this ->landingPage ->setStoreId ($ this ->storeManager ->getStore ()->getId ());
You can’t perform that action at this time.
0 commit comments