lib/includes/Store/EntityStore.php
Method saveEntity
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function saveEntity( EntityDocument $entity, $summary, User $user, $flags = 0, $baseRevId = false, array $tags = [] );
Method saveRedirect
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function saveRedirect( EntityRedirect $redirect, $summary, User $user, $flags = 0, $baseRevId = false, array $tags = [] );