Skip to content

Commit

Permalink
[form] fix missing use statement for exception UnexpectedTypeException
Browse files Browse the repository at this point in the history
  • Loading branch information
jaugustin committed Oct 7, 2013
1 parent 911b328 commit ea91533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Symfony/Component/Form/FormRenderer.php
Expand Up @@ -13,6 +13,7 @@

use Symfony\Component\Form\Exception\LogicException;
use Symfony\Component\Form\Exception\BadMethodCallException;
use Symfony\Component\Form\Exception\UnexpectedTypeException;
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;

/**
Expand Down

0 comments on commit ea91533

Please sign in to comment.