Skip to content

Commit 3a0a15e

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: DX: replace @link with @see annotation bumped min version of Twig to 1.28
2 parents cbbe9bd + dbaaf32 commit 3a0a15e

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
@@ -508,7 +508,7 @@ public function testReverseTransformExpectsValidNumber()
508508
/**
509509
* @expectedException \Symfony\Component\Form\Exception\TransformationFailedException
510510
*
511-
* @link https://github.com/symfony/symfony/issues/3161
511+
* @see https://github.com/symfony/symfony/issues/3161
512512
*/
513513
public function testReverseTransformDisallowsNaN()
514514
{

0 commit comments

Comments
 (0)