DerDu/SPHERE-Framework

View on GitHub
Common/Window/Stage.php

Summary

Maintainability
A
1 hr
Test Coverage

Method getContent has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getContent()
    {

        $this->Template->setVariable('StageTitle', $this->Title);
        $this->Template->setVariable('StageDescription', $this->Description);
Severity: Minor
Found in Common/Window/Stage.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status