8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b6013 commit 357fcffCopy full SHA for 357fcff
reference/forms/types/options/choice_filter.rst.inc
@@ -9,7 +9,7 @@
9
10
When using predefined choice types from Symfony core or vendor libraries (i.e.
11
:doc:`CountryType </reference/forms/types/country>`) this option lets you
12
-define a callable that take each choice as only argument and must return
+define a callable that takes each choice as the only argument and must return
13
``true`` to keep it or ``false`` to discard it::
14
15
// src/Form/Type/AddressType.php
0 commit comments