budde377/Part

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

Summary

Maintainability
B
4 hrs
Test Coverage

PageImpl has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

class PageImpl implements Page
{

    private $page_id;
    private $title = '';
Severity: Minor
Found in lib/model/page/PageImpl.php - About 3 hrs to fix

Method __construct has 8 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public function __construct(BackendSingletonContainer $container, PageOrderImpl $pageOrder, $id, $title, $template, $alias, $lastModified, $hidden)
Severity: Major
Found in lib/model/page/PageImpl.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status