repo/includes/Dumpers/RdfDumpGenerator.php
Method generateDumpForEntityId
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function generateDumpForEntityId( EntityId $entityId ): ?string {
try {
$entityRevision = $this->entityRevisionLookup->getEntityRevision( $entityId );
if ( !$entityRevision ) {
Method createDumpGenerator
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
string $format,
$output,
string $flavor,
EntityRevisionLookup $entityRevisionLookup,
EntityPrefetcher $entityPrefetcher,