Skip to content

Commit a3ada01

Browse files
committed
DX: replace @link with @see annotation
1 parent e881bef commit a3ada01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FormTypeGuesserInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function guessMaxLength($class, $property);
5454
* Example:
5555
* You want a float greater than 5, 4.512313 is not valid but length(4.512314) > length(5)
5656
*
57-
* @link https://github.com/symfony/symfony/pull/3927
57+
* @see https://github.com/symfony/symfony/pull/3927
5858
*
5959
* @param string $class The fully qualified class name
6060
* @param string $property The name of the property to guess for

Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ public function testReverseTransformExpectsValidNumber()
510510
/**
511511
* @expectedException \Symfony\Component\Form\Exception\TransformationFailedException
512512
*
513-
* @link https://github.com/symfony/symfony/issues/3161
513+
* @see https://github.com/symfony/symfony/issues/3161
514514
*/
515515
public function testReverseTransformDisallowsNaN()
516516
{

0 commit comments

Comments
 (0)