[Form] Fixed docblock and unneeded use statement

This commit is contained in:
Bernhard Schussek 2012-01-28 13:36:50 +01:00
parent 399af275ac
commit b154f7cb92
1 changed files with 3 additions and 2 deletions

View File

@ -11,8 +11,9 @@
namespace Symfony\Component\Form\Util;
use Symfony\Component\Form\Exception\UnexpectedTypeException;
/**
* @author Bernhard Schussek <bschussek@gmail.com>
*/
abstract class FormUtil
{
/**