xAPI-vle/moodle-logstore_xapi

View on GitHub
src/transformer/utils/get_group.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method get_group has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function get_group(array $config, \stdClass $group) {
$repo = $config['repo'];
$members = $repo->read_records(
'groups_members',
['groupid' => $group->id]
Severity: Minor
Found in src/transformer/utils/get_group.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status