HaaseIT/HCSF

View on GitHub
src/Controller/Admin/Index.php

Summary

Maintainability
A
1 hr
Test Coverage

Method preparePage has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function preparePage()
    {
        $this->P = new \HaaseIT\HCSF\CorePage($this->serviceManager, [], 'admin/base.twig');
        $this->P->cb_pagetype = 'content';
        $this->P->cb_subnav = 'admin';
Severity: Minor
Found in src/Controller/Admin/Index.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status