From 7e4419368e15b7eabecb04e5548bd3610aeafc4d Mon Sep 17 00:00:00 2001 From: jdhoek Date: Tue, 24 May 2011 00:38:15 -0700 Subject: [PATCH] Add missing {} around @inheritDoc to fix this class in SF beta2. --- .../Form/Extension/Validator/ValidatorTypeGuesser.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php b/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php index 443ab31874..e7b6db191a 100644 --- a/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php +++ b/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php @@ -28,7 +28,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * @inheritDoc + * {@inheritDoc} */ public function guessType($class, $property) { @@ -40,7 +40,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * @inheritDoc + * {@inheritDoc} */ public function guessRequired($class, $property) { @@ -52,7 +52,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * @inheritDoc + * {@inheritDoc} */ public function guessMaxLength($class, $property) { @@ -64,7 +64,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * @inheritDoc + * {@inheritDoc} */ public function guessMinLength($class, $property) {