Add missing {} around @inheritDoc to fix this class in SF beta2.

This commit is contained in:
jdhoek 2011-05-24 00:38:15 -07:00
parent 15bede5a63
commit 7e4419368e

View File

@ -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)
{