canax/htmlform

View on GitHub
src/HTMLForm/FormModelCheckbox.php

Summary

Maintainability
A
1 hr
Test Coverage

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

    public function __construct(ContainerInterface $di)
    {
        parent::__construct($di);

        $license = "You must accept the <a href=http://opensource.org/licenses/GPL-3.0>license agreement</a>.";
Severity: Minor
Found in src/HTMLForm/FormModelCheckbox.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status