Showing 2 of 6 total issues
Form
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Form extends ADelegateBladedCommand
{
/**
* @var FormBuilder
*/
Method getIteratorParser
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getIteratorParser()
{
return function ($matches) {
$return = '<?php ';
switch($matches[2])