Skip to content

Commit

Permalink
[Analytics][Tracker] Feature Smile-SA#3340, phpcs warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vahonc committed Sep 20, 2024
1 parent f611c33 commit 2bbcb7b
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ class Customer extends \Smile\ElasticsuiteTracker\Block\Variables\Page\AbstractB
/**
* Customer constructor.
*
* @param Template\Context $context Template Context.
* @param Data $jsonHelper Magento JSON Helper.
* @param TrackerHelper $trackerHelper Smile Tracker Helper.
* @param Registry $registry Magento Core Registry.
* @param Session $customerSession Customer Session.
* @param ModuleManager $moduleManager Magento Module Manager.
* @param array $data Additional data.
* @param Template\Context $context Template Context.
* @param Data $jsonHelper Magento JSON Helper.
* @param TrackerHelper $trackerHelper Smile Tracker Helper.
* @param Registry $registry Magento Core Registry.
* @param Session $customerSession Customer Session.
* @param ModuleManager $moduleManager Magento Module Manager.
* @param array $data Additional data.
*
* @throws LocalizedException
*/
public function __construct(
Expand Down

0 comments on commit 2bbcb7b

Please sign in to comment.