Skip to content

Commit

Permalink
[Analytics][Tracker] Feature Smile-SA#3340, phpmd warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vahonc committed Sep 30, 2024
1 parent 87a8ab9 commit 9c50a43
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ class CustomerDataTrackingManager
private $companyRepository = null;

/**
* @param CustomerSession $customerSession Customer session
* @param ModuleManager $moduleManager Module manager
* CustomerDataTrackingManager constructor.
*
* @SuppressWarnings(PHPMD.ElseExpression)
*
* @param CustomerSession $customerSession Customer session.
* @param ModuleManager $moduleManager Module manager.
* @throws LocalizedException
*/
public function __construct(CustomerSession $customerSession, ModuleManager $moduleManager)
Expand Down

0 comments on commit 9c50a43

Please sign in to comment.