budde377/Part

View on GitHub
lib/controller/ajax/type_handler/PageTypeHandlerImpl.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    function __construct(BackendSingletonContainer $container, Page $page)
    {
        $this->container = $container;
        parent::__construct($page, 'Page');
        $this->whitelistFunction('Page',
Severity: Minor
Found in lib/controller/ajax/type_handler/PageTypeHandlerImpl.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status