diff --git a/reference/constraints/Choice.rst b/reference/constraints/Choice.rst index 8e3b11a01ce..70e5814470f 100644 --- a/reference/constraints/Choice.rst +++ b/reference/constraints/Choice.rst @@ -262,7 +262,7 @@ Available Options ``callback`` ~~~~~~~~~~~~ -**type**: ``string|array|Closure`` +**type**: ``callable|string|null`` **default**: ``null`` This is a callback method that can be used instead of the `choices`_ option to return the choices array. See