Skip to content

Commit

Permalink
[Analytics][Tracker] Feature Smile-SA#3340, phpmd warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vahonc committed Oct 10, 2024
1 parent 99d906f commit 736ce97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/module-elasticsuite-tracker/Plugin/QuotePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
/**
* Log add to cart events into the event queue.
*
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*
* @category Smile
* @package Smile\ElasticsuiteTracker
* @author Aurelien FOUCRET <aurelien.foucret@smile.fr>
Expand Down Expand Up @@ -66,6 +68,8 @@ class QuotePlugin
/**
* Constructor.
*
* @SuppressWarnings(PHPMD.ElseExpression)
*
* @param \Smile\ElasticsuiteTracker\Api\CustomerTrackingServiceInterface $service Tracker service.
* @param \Magento\Framework\Stdlib\CookieManagerInterface $cookieManager Cookie manager.
* @param \Smile\ElasticsuiteTracker\Helper\Data $trackerHelper Tracker helper.
Expand Down

0 comments on commit 736ce97

Please sign in to comment.