From 3f1547a1f3840a9142007c4ae2239280ab21e93e Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 9 Jul 2013 09:52:13 +0200 Subject: [PATCH] remove unused "use" namespaces --- core/lib/Thelia/Form/CustomerCreation.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Thelia/Form/CustomerCreation.php b/core/lib/Thelia/Form/CustomerCreation.php index 659bc4fe4..2ba80f362 100644 --- a/core/lib/Thelia/Form/CustomerCreation.php +++ b/core/lib/Thelia/Form/CustomerCreation.php @@ -22,10 +22,7 @@ /*************************************************************************************/ namespace Thelia\Form; -use Symfony\Component\Form\AbstractType; -use Symfony\Component\Form\FormBuilderInterface; use Symfony\Component\Validator\Constraints; -use Symfony\Component\Validator\ExecutionContext; use Symfony\Component\Validator\ExecutionContextInterface; use Thelia\Model\ConfigQuery; use Thelia\Model\CustomerQuery;