marcusgsta/comment

View on GitHub
src/Page/PageRender.php

Summary

Maintainability
A
1 hr
Test Coverage

Method renderPage has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function renderPage($data, $status = 200)
    {
        $data["stylesheets"] = ["css/bootstrap.min.css", "css/style.css", "css/remserver.css"];
        $data["javascripts"] = [
            "js/jquery-3.2.1.slim.min.js",
Severity: Minor
Found in src/Page/PageRender.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status