Skip to content

Commit

Permalink
[Analytics][Tracker] Feature Smile-SA#3340, phpcs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
vahonc committed Oct 28, 2024
1 parent d7c36ac commit 244996d
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
use Magento\Framework\View\Element\Template;
use Magento\Framework\View\Element\Template\Context;


/**
* Block used to display customer company selector in reports.
*
Expand Down Expand Up @@ -56,11 +55,13 @@ class CustomerCompanySelector extends Template
/**
* CustomerCompanySelector constructor.
*
* @param Context $context The template context.
* @param ModuleManager $moduleManager Module manager.
* @param ScopeConfigInterface $scopeConfig Scope configuration.
* @param SearchCriteriaBuilder $searchCriteriaBuilder The search criteria builder.
* @param array $data Additional block data.
* @SuppressWarnings(PHPMD.ElseExpression)
*
* @param Context $context The template context.
* @param ModuleManager $moduleManager Module manager.
* @param ScopeConfigInterface $scopeConfig Scope configuration.
* @param SearchCriteriaBuilder $searchCriteriaBuilder The search criteria builder.
* @param array $data Additional block data.
* @throws LocalizedException
*/
public function __construct(
Expand Down

0 comments on commit 244996d

Please sign in to comment.