Skip to content

Commit 3f24f8e

Browse files
committed
Fix typo
| Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3 | Fixed tickets |
1 parent b04f311 commit 3f24f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/form/type_guesser.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Start by creating the class and these methods. Next, you'll learn how to fill ea
4646
4747
use Symfony\Component\Form\FormTypeGuesserInterface;
4848
49-
class PhpdocTypeGuesser implements FormTypeGuesserInterface
49+
class PHPDocTypeGuesser implements FormTypeGuesserInterface
5050
{
5151
public function guessType($class, $property)
5252
{
@@ -92,7 +92,7 @@ With this knowledge, you can easily implement the ``guessType`` method of the
9292
use Symfony\Component\Form\Guess\Guess;
9393
use Symfony\Component\Form\Guess\TypeGuess;
9494

95-
class PhpdocTypeGuesser implements FormTypeGuesserInterface
95+
class PHPDocTypeGuesser implements FormTypeGuesserInterface
9696
{
9797
public function guessType($class, $property)
9898
{

0 commit comments

Comments
 (0)