From 4fb050175a803802a92486db663e62cb1b34f10a Mon Sep 17 00:00:00 2001 From: Vincent CHALAMON Date: Fri, 16 Aug 2013 17:02:18 +0200 Subject: [PATCH] fix #226 --- Parser/FormTypeParser.php | 2 -- 1 file changed, 2 deletions(-) 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;