1
0
Fork 0

Merge pull request #6379 from robertpustulka/patch-1

Fix callable typehint
pull/6357/merge
Rob 2017-04-28 11:25:51 +02:00 committed by GitHub
commit b07b4c3428
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ interface IOInterface
* otherwise.
*
* @param string|array $question The question to ask
* @param callback $validator A PHP callback
* @param callable $validator A PHP callback
* @param null|int $attempts Max number of times to ask before giving up (default of null means infinite)
* @param mixed $default The default answer if none is given by the user
*