budde377/Part

View on GitHub
lib/model/page/PageContentImpl.php

Summary

Maintainability
A
1 hr
Test Coverage

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

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

There are no issues that match your filters.

Category
Status