Skip to content

Commit 829ef1b

Browse files
committed
Fix formatting
1 parent b07c0f4 commit 829ef1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/checkbox.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Example Usage
3737
.. code-block:: php
3838
3939
$builder->add('public', 'checkbox', array(
40-
'label' => 'Show this entry publicly?',
41-
'required' => false,
40+
'label' => 'Show this entry publicly?',
41+
'required' => false,
4242
));
4343
4444
Field Options

0 commit comments

Comments
 (0)