Showing 3 of 3 total issues
Avoid using static access to class '\DrdPlus\Codes\Properties\PropertyCode' in method '__construct'. Open
$this->propertyCode = PropertyCode::getIt($trapProperty[0] ?? '0');
- Read upRead up
- Exclude checks
Avoid using static access to class '\Granam\Tools\ValueDescriber' in method '__construct'. Open
. (\array_key_exists(0, $trapProperty) ? ValueDescriber::describe($trapProperty[0]) : 'nothing')
- Read upRead up
- Exclude checks
Avoid using static access to class '\Granam\Integer\Tools\ToInteger' in method 'getWithAddition'. Open
$additionValue = ToInteger::toInteger($additionValue);
- Read upRead up
- Exclude checks