Skip to content

Commit 10f2b04

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: account for error message changes in PHP 8.5 account for error message changes in PHP 8.5 [Form] Fix interface name in Guess documentation Bump Symfony version to 7.3.3 Update VERSION for 7.3.2 Update CHANGELOG for 7.3.2 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 [DependencyInjection] Escape parameters before resolving env placeholders [Validator] review Persian translation for Twig template
2 parents d2328c9 + 2f4edb8 commit 10f2b04

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)