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:
74
74
# translations/messages.en.yml
75
75
form.order.submit_to_company : ' Send an order to %company%'
76
76
77
- You can specify the placeholder values as follows:
78
-
79
- .. code-block :: php
77
+ You can specify the placeholder values as follows::
80
78
81
79
use Symfony\Component\Form\Extension\Core\Type\ButtonType;
82
80
// ...
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Given this translation message:
20
20
form.order.id.placeholder: 'Enter unique identifier of the order to %company%'
21
21
form.order.id.title: 'This will be the reference in communications with %company%'
22
22
23
- You can specify the placeholder values as follows:
23
+ You can specify the placeholder values as follows::
24
24
25
25
.. code-block:: php
26
26
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Given this translation message:
18
18
# translations/messages.en.yml
19
19
form.order.id.help: 'This will be the reference in communications with %company%'
20
20
21
- You can specify the placeholder values as follows:
21
+ You can specify the placeholder values as follows::
22
22
23
23
.. code-block:: php
24
24
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Given this translation message:
18
18
# translations/messages.en.yml
19
19
form.order.id: 'Identifier of the order to %company%'
20
20
21
- You can specify the placeholder values as follows:
21
+ You can specify the placeholder values as follows::
22
22
23
23
.. code-block:: php
24
24
Original file line number Diff line number Diff line change @@ -64,9 +64,7 @@ Given this translation message:
64
64
# translations/messages.en.yml
65
65
form.order.reset : ' Reset an order to %company%'
66
66
67
- You can specify the placeholder values as follows:
68
-
69
- .. code-block :: php
67
+ You can specify the placeholder values as follows::
70
68
71
69
use Symfony\Component\Form\Extension\Core\Type\ResetType;
72
70
// ...
Original file line number Diff line number Diff line change @@ -77,9 +77,7 @@ Given this translation message:
77
77
# translations/messages.en.yml
78
78
form.order.submit_to_company : ' Send an order to %company%'
79
79
80
- You can specify the placeholder values as follows:
81
-
82
- .. code-block :: php
80
+ You can specify the placeholder values as follows::
83
81
84
82
use Symfony\Component\Form\Extension\Core\Type\SubmitType;
85
83
// ...
You can’t perform that action at this time.
0 commit comments