src/Games/DataProviders/CalculationsGameDataProvider.php
Method generateData
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
function generateData(): array
{
$gameDescription = 'What is the result of the expression?';
$answersToWin = 3;
$questions = [];