lib/Phpfastcache/Config/ConfigurationOption.php
Showing 2 of 2 total issues
ConfigurationOption
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ConfigurationOption extends AbstractConfigurationOption implements ConfigurationOptionInterface{ protected bool $itemDetailedDate = false; protected bool $autoTmpFallback = false;
Function __construct
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function __construct(array $parameters = []) { foreach ($parameters as $configKey => $configVal) { try { if (\property_exists($this, $configKey)) {
- Read upRead up