Skip to content

Commit 622ac5e

Browse files
committed
Merge branch '6.4' into 7.3
* 6.4: account for error message changes in PHP 8.5 [Form] Fix interface name in Guess documentation Bump Symfony version to 6.4.25 Update VERSION for 6.4.24 Update CONTRIBUTORS for 6.4.24 Update CHANGELOG for 6.4.24 [Validator] review Persian translation for Twig template
2 parents e83e898 + 1b99528 commit 622ac5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guess/Guess.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Symfony\Component\Form\Exception\InvalidArgumentException;
1515

1616
/**
17-
* Base class for guesses made by TypeGuesserInterface implementation.
17+
* Base class for guesses made by FormTypeGuesserInterface implementation.
1818
*
1919
* Each instance contains a confidence value about the correctness of the guess.
2020
* Thus an instance with confidence HIGH_CONFIDENCE is more likely to be

0 commit comments

Comments
 (0)