Skip to content

Commit f7d99dd

Browse files
committed
[#4799] One little fix more
1 parent 6522145 commit f7d99dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ to add additional allowed types without erasing the ones already set.
362362

363363
.. versionadded:: 2.6
364364
Before Symfony 2.6, ``setAllowedTypes()`` and ``addAllowedTypes()`` expected
365-
the values to be given as an array mapping option names to allowed types::
365+
the values to be given as an array mapping option names to allowed types:
366366
``$resolver->setAllowedTypes(array('port' => array('null', 'int')));``
367367

368368
Value Validation

0 commit comments

Comments
 (0)