jaroslavtyc/drd-plus-therugist-spells

View on GitHub
DrdPlus/Theurgist/Spells/SpellTraitsTable.php

Summary

Maintainability
A
0 mins
Test Coverage

Showing 3 of 3 total issues

Avoid using static access to class '\DrdPlus\Codes\Theurgist\FormulaCode' in method 'getFormulas'.
Open

return FormulaCode::getIt($formulaValue);

Avoid using static access to class '\DrdPlus\Codes\Theurgist\ModifierCode' in method 'getModifiers'.
Open

return ModifierCode::getIt($modifierValue);

Avoid excessively long variable names like $sumOfDifficultyChange. Keep variable name length under 20.
Open

$sumOfDifficultyChange = 0;

There are no issues that match your filters.

Category
Status