DrdPlus/Theurgist/Spells/SpellParameters/Partials/PositiveCastingParameter.php
Showing 2 of 2 total issues
Avoid using static access to class '\Granam\Tools\ValueDescriber' in method '__construct'. Open
Open
. (array_key_exists(0, $values) ? ValueDescriber::describe($values[0]) : 'nothing')
- Read upRead up
- Exclude checks
Avoid using static access to class '\Granam\Integer\Tools\ToInteger' in method '__construct'. Open
Open
$values[0] = ToInteger::toPositiveInteger($values[0] ?? null);
- Read upRead up
- Exclude checks