src/HTMLForm/FormModelCheckbox.php
Method __construct
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
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>.";