From 15a4558277acf178d8af487b03ca88c662ef2177 Mon Sep 17 00:00:00 2001 From: William DURAND Date: Tue, 24 Jul 2012 15:50:10 +0200 Subject: [PATCH] Add country type --- Parser/FormTypeParser.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Parser/FormTypeParser.php b/Parser/FormTypeParser.php index 4b0b11a..a2bcbca 100644 --- a/Parser/FormTypeParser.php +++ b/Parser/FormTypeParser.php @@ -33,6 +33,7 @@ class FormTypeParser 'number' => 'float', 'integer' => 'int', 'textarea' => 'string', + 'country' => 'string', ); public function __construct(FormFactoryInterface $formFactory)