diff --git a/messenger.rst b/messenger.rst index 3f8d5412313..7f8eed31192 100644 --- a/messenger.rst +++ b/messenger.rst @@ -249,7 +249,7 @@ you can configure them to be sent to a transport: ], ]); -Thanks to this, the ``App\\Message\\SmsNotification`` will be sent to the ``async`` +Thanks to this, the ``App\Message\SmsNotification`` will be sent to the ``async`` transport and its handler(s) will *not* be called immediately. Any messages not matched under ``routing`` will still be handled immediately. diff --git a/reference/configuration/twig.rst b/reference/configuration/twig.rst index 1e801569f28..a95a5899f91 100644 --- a/reference/configuration/twig.rst +++ b/reference/configuration/twig.rst @@ -112,7 +112,7 @@ called to determine the default escaping applied to the template. base_template_class ~~~~~~~~~~~~~~~~~~~ -**type**: ``string`` **default**: ``'Twig\\Template'`` +**type**: ``string`` **default**: ``Twig\Template`` Twig templates are compiled into PHP classes before using them to render contents. This option defines the base class from which all the template classes diff --git a/reference/forms/types/collection.rst b/reference/forms/types/collection.rst index 76a0aee8f5b..8b873c207d3 100644 --- a/reference/forms/types/collection.rst +++ b/reference/forms/types/collection.rst @@ -324,7 +324,7 @@ type:: entry_type ~~~~~~~~~~ -**type**: ``string`` **default**: ``Symfony\\Component\\Form\\Extension\\Core\\Type\\TextType`` +**type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\TextType`` This is the field type for each item in this collection (e.g. ``TextType``, ``ChoiceType``, etc). For example, if you have an array of email addresses,