xAPI-vle/moodle-logstore_xapi

View on GitHub
src/loader/lrs.php

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method load has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function load(array $config, array $events) {
$sendhttpstatements = function (array $config, array $statements) {
$endpoint = $config['lrs_endpoint'];
$username = $config['lrs_username'];
$password = $config['lrs_password'];
Severity: Minor
Found in src/loader/lrs.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status