fix typo in phpdoc

This commit is contained in:
Manuel Raynaud
2013-07-03 14:45:18 +02:00
parent bc6545e914
commit 89ca995f29
2 changed files with 2 additions and 3 deletions

View File

@@ -30,7 +30,6 @@ use Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationExtension;
use Symfony\Component\Form\Extension\Csrf\CsrfExtension;
use Symfony\Component\Form\Extension\Csrf\CsrfProvider\SessionCsrfProvider;
use Symfony\Component\Validator\Validation;
use Thelia\Form\Extension\NameFormExtension;
use Thelia\Model\ConfigQuery;
abstract class BaseForm {