budde377/Part

View on GitHub
lib/model/site/SiteContentImpl.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct(BackendSingletonContainer $container, $id = "")
    {
        $connection = $container->getDBInstance()->getConnection();
        $this->container = $container;
        parent::__construct(
Severity: Minor
Found in lib/model/site/SiteContentImpl.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status