vihd14/comments

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

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct(DIInterface $di, $id)
    {
        parent::__construct($di);
        $comment = $this->getItemDetails($id);
        $this->form->create(
Severity: Minor
Found in src/Comment/HTMLForm/UpdateForm.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status