[2.7] For @link annotations

This commit is contained in:
Nicolas Grekas 2015-04-10 20:53:33 +02:00
parent 8115b0b977
commit 07cb92f003
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@
namespace Symfony\Component\Form\Extension\Core\ChoiceList; namespace Symfony\Component\Form\Extension\Core\ChoiceList;
use Symfony\Component\Form\ChoiceList\ChoiceListInterface as BaseChoiceListInterface; use Symfony\Component\Form\ChoiceList\ChoiceListInterface as BaseChoiceListInterface;
use Symfony\Component\Form\FormConfigBuilder;
/** /**
* Contains choices that can be selected in a form field. * Contains choices that can be selected in a form field.

View File

@ -31,7 +31,7 @@ interface ClassMetadataFactoryInterface
* *
* Otherwise, a new metadata instance is created. If the factory was * Otherwise, a new metadata instance is created. If the factory was
* configured with a loader, the metadata is passed to the * configured with a loader, the metadata is passed to the
* {@link LoaderInterface::loadClassMetadata()} method for further * {@link \Symfony\Component\Serializer\Mapping\Loader\LoaderInterface::loadClassMetadata()} method for further
* configuration. At last, the new object is returned. * configuration. At last, the new object is returned.
* *
* @param string|object $value * @param string|object $value