Showing 1,432 of 2,096 total issues
Function getListItemAdapterForStatementView
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
SELF.prototype.getListItemAdapterForStatementView = function ( startEditingCallback, entityId, getValueForDom, propertyId, removeCallback ) {
Function installModule
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function installModule (store, rootState, path, module, hot) {
Function CustomItem
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
var CustomItem = function ( label, visibility, action, cssClass, link ) {
Function SELF
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
function ( model, toolbar, view, removeView, startEditingCallback ) {
Method doApply
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected function doApply( SearchContext $context, $key, $value, $quotedValue, $negated ) {
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
NamespaceChecker $namespaceChecker,
RepoLinker $repoLinker,
EntityIdParser $entityIdParser,
$langLinkSiteGroup,
$siteGlobalId
Method newLanguageAwareRenderer
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $type,
Language $language,
UsageAccumulator $usageAccumulator,
ParserOutput $parserOutput,
Title $title
Method getLanguageAwareRendererFromCode
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $type,
string $languageCode,
UsageAccumulator $usageAccumulator,
ParserOutput $parserOutput,
Title $title
Method onParserGetVariableValueSwitch
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function onParserGetVariableValueSwitch( $parser, &$cache, $magicWordId, &$ret, $frame ) {
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
UsageUpdater $usageUpdater,
JobQueueGroup $jobScheduler,
UsageLookup $usageLookup,
UsageAccumulatorFactory $usageAccumulatorFactory,
LoggerInterface $logger = null
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
EntityChangeLookup $changeLookup,
EntityChangeFactory $changeFactory,
RecentChangeFactory $rcFactory,
TitleFactory $titleFactory,
array $params
Method getLink
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getLink( Title $title, $action, $hasLangLinks, ?array $noExternalLangLinks, $prefixedId ) {
Method onOldChangesListRecentChangesLine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$changesList,
&$s,
$rc,
&$classes = [],
&$attribs = []
Method newVariantsAwareRenderer
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $type,
array $variants,
UsageAccumulator $usageAccumulator,
ParserOutput $parserOutput,
Title $title
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Serializer $entitySerializer,
PropertyDataTypeLookup $dataTypeLookup,
EntityIdParser $entityIdParser,
array $filterLangCodes,
array $termFallbackChains
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IConnectionProvider $dbProvider,
NamespaceInfo $namespaceInfo,
TitleFactory $titleFactory,
ClientDomainDbFactory $db,
NamespaceChecker $namespaceChecker
Method __construct
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
ApiMain $mainModule,
string $moduleName,
ParserFactory $parserFactory,
ReferenceFormatterFactory $referenceFormatterFactory,
Deserializer $referenceDeserializer
Method formatCommonDataForEnhancedLine
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
array &$data,
ExternalChange $externalChange,
Title $title,
Language $lang,
User $user
Method onParserCacheSaveComplete
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function onParserCacheSaveComplete( $parserCache, $parserOutput, $title, $popts, $revId ): void {
Method factory
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
Language $contentLanguage,
UserNameUtils $userNameUtils,
EntityIdParser $entityIdParser,
RepoLinker $repoLinker,
SettingsArray $clientSettings