Skip to content

Commit 355bf42

Browse files
committed
minor #8327 Update create_custom_field_type.rst (atailouloute)
This PR was merged into the 2.7 branch. Discussion ---------- Update create_custom_field_type.rst Commits ------- 9f4d426 Update create_custom_field_type.rst
2 parents 9008929 + 9f4d426 commit 355bf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Great! The ``ShippingType`` is now fueled by the configuration parameters and
407407
registered as a service. Additionally, because you used the ``form.type`` tag in its
408408
configuration, using the field is now much easier::
409409

410-
// src/AppBundle/Form/Type/AuthorType.php
410+
// src/AppBundle/Form/Type/OrderType.php
411411
namespace AppBundle\Form\Type;
412412

413413
use Symfony\Component\Form\FormBuilderInterface;

0 commit comments

Comments
 (0)