File tree Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Expand file tree Collapse file tree 6 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,7 @@ Given this translation message:
7474 # translations/messages.en.yml
7575 form.order.submit_to_company : ' Send an order to %company%'
7676
77- You can specify the placeholder values as follows:
78-
79- .. code-block :: php
77+ You can specify the placeholder values as follows::
8078
8179 use Symfony\Component\Form\Extension\Core\Type\ButtonType;
8280 // ...
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Given this translation message:
2020 form.order.id.placeholder: 'Enter unique identifier of the order to %company%'
2121 form.order.id.title: 'This will be the reference in communications with %company%'
2222
23- You can specify the placeholder values as follows:
23+ You can specify the placeholder values as follows::
2424
2525.. code-block:: php
2626
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Given this translation message:
1818 # translations/messages.en.yml
1919 form.order.id.help: 'This will be the reference in communications with %company%'
2020
21- You can specify the placeholder values as follows:
21+ You can specify the placeholder values as follows::
2222
2323.. code-block:: php
2424
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Given this translation message:
1818 # translations/messages.en.yml
1919 form.order.id: 'Identifier of the order to %company%'
2020
21- You can specify the placeholder values as follows:
21+ You can specify the placeholder values as follows::
2222
2323.. code-block:: php
2424
Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ Given this translation message:
6464 # translations/messages.en.yml
6565 form.order.reset : ' Reset an order to %company%'
6666
67- You can specify the placeholder values as follows:
68-
69- .. code-block :: php
67+ You can specify the placeholder values as follows::
7068
7169 use Symfony\Component\Form\Extension\Core\Type\ResetType;
7270 // ...
Original file line number Diff line number Diff line change @@ -77,9 +77,7 @@ Given this translation message:
7777 # translations/messages.en.yml
7878 form.order.submit_to_company : ' Send an order to %company%'
7979
80- You can specify the placeholder values as follows:
81-
82- .. code-block :: php
80+ You can specify the placeholder values as follows::
8381
8482 use Symfony\Component\Form\Extension\Core\Type\SubmitType;
8583 // ...
You can’t perform that action at this time.
0 commit comments