client/includes/Hooks/EditActionHookHandler.php
Method formatEntityUsage
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function formatEntityUsage( array $usages, IContextSource $context ): string {
$usageAspectsByEntity = [];
$entityIds = [];
foreach ( $usages as $entityUsage ) {