This commit is contained in:
Vincent CHALAMON 2013-08-16 17:02:18 +02:00
parent 96b40b8a8c
commit 4fb050175a

View File

@ -134,8 +134,6 @@ class FormTypeParser implements ParserInterface
'description' => $config->getAttribute('description'),
'readonly' => $config->getDisabled(),
);
} else {
$parameters[$name]['class'] = $type;
}
continue;