src/Plugins/View.php

Summary

Maintainability
A
0 mins
Test Coverage

Doc-block of model contains declared return type mixed which is incompatible with the return type \Mvc5\Template\TemplateModel declared in the signature
Open

     * @return TemplateModel|mixed
Severity: Minor
Found in src/Plugins/View.php by phan

Possibly zero references to protected method \Mvc5\Plugins\View::view()
Open

    protected function view(string $template = null, array $vars = []) : TemplateModel
Severity: Minor
Found in src/Plugins/View.php by phan

Doc-block of view contains declared return type mixed which is incompatible with the return type \Mvc5\Template\TemplateModel declared in the signature
Open

     * @return TemplateModel|mixed
Severity: Minor
Found in src/Plugins/View.php by phan

Doc-block of layout contains declared return type mixed which is incompatible with the return type \Mvc5\Template\TemplateLayout declared in the signature
Open

     * @return TemplateLayout|mixed
Severity: Minor
Found in src/Plugins/View.php by phan

Possibly zero references to protected method \Mvc5\Plugins\View::layout()
Open

    protected function layout(array $vars = [], string $template = null, string $model = LAYOUT) : TemplateLayout
Severity: Minor
Found in src/Plugins/View.php by phan

There are no issues that match your filters.

Category
Status