Showing 3 of 3 total issues
Avoid using static access to class '\Granam\Integer\Tools\ToInteger' in method '__construct'. Open
$this->value = ToInteger::toNegativeInteger($affectionParts[0] ?? null);
- Read upRead up
- Exclude checks
Avoid using static access to class '\Granam\Tools\ValueDescriber' in method '__construct'. Open
? ValueDescriber::describe($affectionParts[0])
- Read upRead up
- Exclude checks
Avoid using static access to class '\DrdPlus\Codes\Theurgist\AffectionPeriodCode' in method '__construct'. Open
$this->affectionPeriod = AffectionPeriodCode::getIt($affectionParts[1] ?? AffectionPeriodCode::DAILY);
- Read upRead up
- Exclude checks