Skip to content

Commit 4cb717b

Browse files
minor symfony#61294 [Form] Fix interface name in Guess documentation (mttsch)
This PR was merged into the 6.4 branch. Discussion ---------- [Form] Fix interface name in Guess documentation | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- f2accba [Form] Fix interface name in Guess documentation
2 parents 77d0a7b + f2accba commit 4cb717b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Form/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)