8000 minor #14308 [2.7] For @link annotations (nicolas-grekas) · symfony/symfony@9842205 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9842205

Browse files
committed
minor #14308 [2.7] For @link annotations (nicolas-grekas)
This PR was merged into the 2.7 branch. Discussion ---------- [2.7] For @link annotations | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - It would be great if PHP CS Fixer could enforce this. Commits ------- 07cb92f [2.7] For @link annotations
2 parents e438508 + 07cb92f commit 9842205

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/Form/Extension/Core/ChoiceList/ChoiceListInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
namespace Symfony\Component\Form\Extension\Core\ChoiceList;
1313

1414
use Symfony\Component\Form\ChoiceList\ChoiceListInterface as BaseChoiceListInterface;
15+
use Symfony\Component\Form\FormConfigBuilder;
1516

1617
/**
1718
* Contains choices that can be selected in a form field.

src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ interface ClassMetadataFactoryInterface
3131
*
3232
* Otherwise, a new metadata instance is created. If the factory was
3333
* configured with a loader, the metadata is passed to the
34-
* {@link LoaderInterface::loadClassMetadata()} method for further
34+
* {@link \Symfony\Component\Serializer\Mapping\Loader\LoaderInterface::loadClassMetadata()} method for further
3535
* configuration. At last, the new object is returned.
3636
*
3737
* @param string|object $value

0 commit comments

Comments
 (0)
0