xAPI-vle/moodle-logstore_xapi

View on GitHub
src/transformer/events/mod_feedback/item_answered/numerical.php

Summary

Maintainability
A
2 hrs
Test Coverage

Showing 2 of 2 total issues

Method numerical has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function numerical(
array $config,
\stdClass $event,
\stdClass $feedbackvalue,
\stdClass $feedbackitem,
Severity: Minor
Found in src/transformer/events/mod_feedback/item_answered/numerical.php - About 1 hr to fix

Method numerical has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

array $config,
\stdClass $event,
\stdClass $feedbackvalue,
\stdClass $feedbackitem,
array $actor
Severity: Minor
Found in src/transformer/events/mod_feedback/item_answered/numerical.php - About 35 mins to fix

There are no issues that match your filters.

Category
Status