budde377/Part

View on GitHub
lib/view/page_element/FrontPageTextPageElementImpl.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function generateContent()
    {
        parent::generateContent();
        $latest= null;
        $pageContent = new PageContentImpl($this->container, $this->container->getCurrentPageStrategyInstance()->getCurrentPage(), "mainContent");
Severity: Minor
Found in lib/view/page_element/FrontPageTextPageElementImpl.php - About 1 hr to fix

There are no issues that match your filters.

Category
Status