Common/Documentation/Content/Kreda.php
Method setChapterGrades
has 275 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setChapterGrades($Search)
{
$Chapter = $this->Book->createChapter('Zensuren', '', true);
if ($Chapter->getHash() == $this->Book->getCurrentChapter()) {
File Kreda.php
has 312 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
namespace SPHERE\Common\Documentation\Content;
use MOC\V\Core\FileSystem\FileSystem;
use SPHERE\Common\Documentation\Designer;