Skip to content

Commit 0c00438

Browse files
committed
Merge branch '2.1'
2 parents daf9d44 + 87dda93 commit 0c00438

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cookbook/console/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ First, create a new sub-class of :class:`Symfony\\Bundle\\FrameworkBundle\\Conso
7777
and override its :method:`Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run`
7878
method, where exception handling should happen:
7979

80-
.. warning::
80+
.. caution::
8181

8282
Due to the nature of the core :class:`Symfony\\Component\\Console\\Application`
8383
class, much of the :method:`run<Symfony\\Bundle\\FrameworkBundle\\Console\\Application::run>`

reference/forms/types/radio.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
radio Field Type
55
================
66

7-
Creates a single radio button. This should always be used for a field that
8-
has a Boolean value: if the radio button is selected, the field will be set
9-
to true, if the button is not selected, the value will be set to false.
7+
Creates a single radio button. If the radio button is selected, the field will
8+
be set to the specified value. Radio buttons cannot be unchecked - the value only
9+
changes when another radio button with the same name gets checked.
1010

1111
The ``radio`` type isn't usually used directly. More commonly it's used
1212
internally by other types such as :doc:`choice</reference/forms/types/choice>`.

0 commit comments

Comments
 (0)