PHPSocialNetwork/phpfastcache

View on GitHub
lib/Phpfastcache/Core/Pool/DriverBaseTrait.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(#[\SensitiveParameter] ConfigurationOptionInterface $config, string $instanceId, EventManagerInterface $em)
    {
        $this->setEventManager($em->getScopedEventManager($this));
        $this->setConfig($config);
        $this->instanceId = $instanceId;
Severity: Minor
Found in lib/Phpfastcache/Core/Pool/DriverBaseTrait.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status