ForeachQ/brain-games

View on GitHub
src/Games/DataProviders/CalculationsGameDataProvider.php

Summary

Maintainability
A
0 mins
Test Coverage

Method generateData has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

function generateData(): array
{
    $gameDescription = 'What is the result of the expression?';
    $answersToWin = 3;
    $questions = [];
Severity: Minor
Found in src/Games/DataProviders/CalculationsGameDataProvider.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status