Showing 620 of 1,375 total issues
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Initial $initialConfig,
Converter $converter,
ScopedFactory $collectionFactory,
Container $containerReader,
StoreManagerInterface $storeManager
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$path,
\Magento\Framework\Search\Request\QueryInterface $query = null,
$scoreMode = self::SCORE_MODE_NONE,
$name = null,
$boost = QueryInterface::DEFAULT_BOOST_VALUE
Method create
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function create(ContainerConfigurationInterface $containerConfig, $queryText, $spellingType, $boost = 1, $depth = 0)
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $clauses = [],
int $slop = 12,
bool $inOrder = true,
string $name = null,
string $boost = QueryInterface::DEFAULT_BOOST_VALUE
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Context $context,
Structure $configStructure,
ConfigSectionChecker $sectionChecker,
RelevanceConfig $backendConfig,
PageFactory $resultPageFactory
Method getWeightedFields
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ContainerConfigurationInterface $containerConfig,
$analyzer = null,
FieldFilterInterface $fieldFilter = null,
$defaultField = null,
$boost = 1
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
\Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\ReaderPool $readerPool,
\Magento\Framework\App\Config\DataFactory $dataFactory,
\Magento\Framework\App\CacheInterface $cache,
ScopeCodeResolver $scopeCodeResolver,
$cacheId = 'default_config_cache'
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ItemFactory $itemFactory,
AttributeConfig $attributeConfig,
Provider $productCollectionProvider,
AutocompleteHelper $autocompleteHelper,
$type = self::AUTOCOMPLETE_TYPE
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Reader $reader,
CacheInterface $cache,
IndexSettingsInterface $indexSettings,
ObjectManagerInterface $objectManager,
$cacheId = self::CACHE_ID
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$containerName,
$storeId,
BaseConfig $baseConfig,
RelevanceConfigFactory $relevanceConfigFactory,
IndexOperationInterface $indexManager
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$queryText,
$field,
$minimumShouldMatch = self::DEFAULT_MINIMUM_SHOULD_MATCH,
$name = null,
$boost = QueryInterface::DEFAULT_BOOST_VALUE
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
QueryResultFactory $queryResultFactory,
StoreManagerInterface $storeManager,
ClientInterface $client,
ContainerConfigurationFactory $containerConfigFactory,
ScopeConfigInterface $scopeConfig
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Context $context,
Structure $configStructure,
ConfigSectionChecker $sectionChecker,
RelevanceConfig $backendConfig,
ForwardFactory $resultForwardFactory
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$name,
$bucketsPath,
$script,
$window = 10,
$gapPolicy = self::GAP_POLICY_SKIP
Method reindex
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $sourceIndices,
string $destIndex,
array $bodyParams = [],
array $sourceParams = [],
array $destParams = []
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
StandardFactory $standardOrderFactory,
NestedFactory $nestedOrderFactory,
QueryBuilder $queryBuilder,
ScriptFactory $scriptOrderFactory,
DefaultSortOrderProviderInterface $defaultSortOrderProvider
Method _initElement
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
\Magento\Config\Model\Config\Structure\Element\Field $field,
\Magento\Framework\Data\Form\Element\Fieldset $fieldset,
$path,
$fieldPrefix = '',
$labelPrefix = ''
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$identifier,
$name,
$defaultSearchType,
MappingInterface $mapping,
$needInstall = false
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
LayerFormatter $layerFormatter,
AttributeRepository $attributeRepository,
LayeredNavAttributesProvider $layeredNavAttributesProvider,
$hideNoValueAttributes = [],
$bucketNameFilter = []
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
\Smile\ElasticsuiteTracker\Api\CustomerTrackingServiceInterface $service,
\Magento\Framework\Stdlib\CookieManagerInterface $cookieManager,
\Smile\ElasticsuiteTracker\Helper\Data $trackerHelper,
\Magento\Framework\View\Layout\PageType\Config $pageTypeConfig,
\Psr\Log\LoggerInterface $logger