Skip to content

Commit f2accba

Browse files
committed
[Form] Fix interface name in Guess documentation
1 parent 77d0a7b commit f2accba

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)