Showing 1,432 of 2,096 total issues
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
SetSitelinkValidator $validator,
AssertItemExists $assertItemExists,
AssertUserIsAuthorized $assertUserIsAuthorized,
ItemWriteModelRetriever $itemRetriever,
ItemUpdater $itemUpdater
Method getContent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getContent( EntityId $entityId, $revision, $language, $editLink, TermLanguageFallbackChain $preferredLanguages ) {
Method getContent
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getContent( EntityId $entityId, $revision, $language, $editLink, TermLanguageFallbackChain $preferredLanguages );
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ParserOptions $parserOptions,
array $thumbLimits,
LanguageFactory $languageFactory,
FormatterOptions $options = null,
RepoGroup $repoGroup = null
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
?SettingsArray $clientSettings,
?SettingsArray $repoSettings,
SiteLookup $siteLookup,
BagOStuff $cache,
LanguageNameLookupFactory $languageNameLookupFactory
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
RepoDomainDb $repoDb,
TypeIdsAcquirer $typeIdsAcquirer,
TypeIdsResolver $typeIdsResolver,
EntityIdComposer $entityIdComposer,
LoggerInterface $logger
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
RepoDomainDb $repoDb, JobQueueGroup $jobQueueGroup, TermInLangIdsAcquirer $termInLangIdsAcquirer,
TermInLangIdsResolver $termInLangIdsResolver, StringNormalizer $stringNormalizer
Method selectFieldValuesForPrimaryKey
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $table,
string $selectedVar,
string $primaryKeyVar,
array $primaryKeyValues,
string $fname
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array $snakFormatterConstructorCallbacks,
OutputFormatValueFormatterFactory $valueFormatterFactory,
PropertyDataTypeLookup $propertyDataTypeLookup,
DataTypeFactory $dataTypeFactory,
MessageInLanguageProvider $messageInLanguageProvider
Method criteriaToQueryResults
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IReadableDatabase $dbr,
array $criteria,
$termType = null,
$entityType = null,
array $options = []
Method set
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
?TermFallback $termFallback,
EntityId $targetEntityId,
int $revisionId,
string $languageCode,
string $termType
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
CacheInterface $cache,
PrefetchingTermLookup $lookup,
RedirectResolvingLatestRevisionLookup $redirectResolvingRevisionLookup,
ContentLanguages $termLanguages,
?int $ttl = null
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$languageCode,
TermInLangIdsResolver $dbTermInLangIdsResolver,
BagOStuff $cache,
$cacheDuration,
$cacheKey
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct( int $revisionId, string $slot, $status = '', $code = 0, Exception $previous = null ) {
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
LanguageFallbackChainFactory $languageFallbackChainFactory,
RedirectResolvingLatestRevisionLookup $redirectResolvingLatestRevisionLookup,
TermFallbackCacheFacade $termFallbackCache,
TermLookup $termLookup,
TermBuffer $termBuffer = null
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $format,
PropertyDataTypeLookup $dataTypeLookup,
SnakFormatter $specialCaseSnakFormatter,
SnakFormatter $fallbackSnakFormatter,
array $specialCasedPropertyDataTypes
Method getTermMatchQueries
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IReadableDatabase $dbr,
TermIndexSearchCriteria $mask,
string $entityType,
$termType = null,
array $options = []
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
?SettingsArray $clientSettings,
?SettingsArray $repoSettings,
SiteLookup $siteLookup,
BagOStuff $cache,
LanguageNameLookupFactory $languageNameLookupFactory
Method getFallbackMatchedTermIndexEntries
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$text,
array $languageCodes,
$termTypes,
$entityType,
array $matchedEntityIdSerializations
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
?FormatterOptions $options,
ValueFormatter $coordinateFormatter,
CachingKartographerEmbeddingHandler $cachingKartographerEmbeddingHandler,
LanguageFactory $languageFactory,
$emitPreviewHtml