Skip to content

Commit ba82b1b

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Constraints] Update `callback` argument type
2 parents 4037517 + ce2b763 commit ba82b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Choice.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Available Options
262262
``callback``
263263
~~~~~~~~~~~~
264264

265-
**type**: ``string|array|Closure``
265+
**type**: ``callable|string|null`` **default**: ``null``
266266

267267
This is a callback method that can be used instead of the `choices`_ option
268268
to return the choices array. See

0 commit comments

Comments
 (0)