marcusgsta/comment

View on GitHub
src/Comment/HTMLForm/CreateCommentForm.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(DIInterface $di)
    {
        parent::__construct($di);
        $page = $this->di->session->get("previous");
        $acronym = $this->di->session->get("user");
Severity: Minor
Found in src/Comment/HTMLForm/CreateCommentForm.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status