Skip to content

Commit

Permalink
Added phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jansentjeu committed Oct 25, 2024
1 parent c399c9d commit b8715e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Plugin/Block/Product/ListProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ public function beforeGetUrl(Subject $subject, $route = '', $params = [])
return [$route, $params];
}

/**
* @return bool
*/
private function isAttributeLandingRequest(): bool
{
return $this->request->getModuleName() === 'emico_attributelanding';
Expand Down

0 comments on commit b8715e0

Please sign in to comment.