Common/Window/Stage.php
Method getContent
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function getContent()
{
$this->Template->setVariable('StageTitle', $this->Title);
$this->Template->setVariable('StageDescription', $this->Description);