src/Template/Config/TemplateLayout.php

Summary

Maintainability
A
0 mins
Test Coverage

Suspicious array access to \Mvc5\Template\Config\TemplateLayout
Open

        return $this[CHILD_MODEL];
Severity: Minor
Found in src/Template/Config/TemplateLayout.php by phan

Possibly zero references to public method \Mvc5\Template\Config\TemplateLayout::withModel()
Open

    function withModel($model) : Template\TemplateLayout
Severity: Minor
Found in src/Template/Config/TemplateLayout.php by phan

Possibly zero references to public method \Mvc5\Template\Config\TemplateLayout::model()
Open

    function model()
Severity: Minor
Found in src/Template/Config/TemplateLayout.php by phan

Call to undeclared method \Mvc5\Template\Config\TemplateLayout::with
Open

        return $this->with(CHILD_MODEL, $model);
Severity: Critical
Found in src/Template/Config/TemplateLayout.php by phan

There are no issues that match your filters.

Category
Status