Browse Source

[Form] removed unused use statement and fixed phpdoc

Fabien Potencier 14 years ago
parent
commit
dfa1da0416

+ 0 - 1
src/Symfony/Component/Form/Form.php

@@ -26,7 +26,6 @@ use Symfony\Component\Form\DataTransformer\DataTransformerInterface;
 use Symfony\Component\Form\DataTransformer\TransformationFailedException;
 use Symfony\Component\Form\DataMapper\DataMapperInterface;
 use Symfony\Component\Form\Validator\FormValidatorInterface;
-use Symfony\Component\Form\Renderer\ThemeRendererInterface;
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
 use Symfony\Component\EventDispatcher\EventSubscriberInterface;
 

+ 1 - 1
src/Symfony/Component/Form/Renderer/ThemeRendererInterface.php

@@ -30,7 +30,7 @@ interface ThemeRendererInterface extends RendererInterface
      * Warning: Do not attempt to overwrite id, name, class, size or maxlength, disabled or requried attributes with this setting.
      * They have their own renderer variables that should be set through {@setVar()}.
      *
-     * Important: This is a convenience method, all variables set have to accessible through {@getVar('attr')}
+     * Important: This is a convenience method, all variables set have to be accessed through {@getVar('attr')}
      *
      * @param string $name
      * @param string $value