themichaelhall/bluemvc-core

View on GitHub
src/Base/AbstractViewRenderer.php

Summary

Maintainability
A
35 mins
Test Coverage

Method renderView has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    abstract public function renderView(ApplicationInterface $application, RequestInterface $request, FilePathInterface $viewFile, mixed $model = null, ?ViewItemCollectionInterface $viewItems = null): string;
Severity: Minor
Found in src/Base/AbstractViewRenderer.php - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status