diff --git a/Parser/FormTypeParser.php b/Parser/FormTypeParser.php index fb8975e..ffdc392 100644 --- a/Parser/FormTypeParser.php +++ b/Parser/FormTypeParser.php @@ -134,8 +134,6 @@ class FormTypeParser implements ParserInterface 'description' => $config->getAttribute('description'), 'readonly' => $config->getDisabled(), ); - } else { - $parameters[$name]['class'] = $type; } continue;