src/Web/Layout.php

Summary

Maintainability
A
0 mins
Test Coverage

Reference to undeclared property \Mvc5\Web\Layout->layout
Open

        return $response->with(BODY,  $this->layout($this->layout, $response->body()));
Severity: Minor
Found in src/Web/Layout.php by phan

Class uses undeclared trait \Mvc5\Template\Layout\Layout
Open

final class Layout
Severity: Critical
Found in src/Web/Layout.php by phan

Call to undeclared method \Mvc5\Web\Layout::layout
Open

        return $response->with(BODY,  $this->layout($this->layout, $response->body()));
Severity: Critical
Found in src/Web/Layout.php by phan

There are no issues that match your filters.

Category
Status