TwiML/Voice/Gather::setInput()
has wrong doc type for $input
#778
Labels
TwiML/Voice/Gather::setInput()
has wrong doc type for $input
#778
The documented
$input
parameter for theGather::setInput()
method says it should contain an array of strings:twilio-php/src/Twilio/TwiML/Voice/Gather.php
Lines 56 to 63 in 6d1f88c
However, this is not the case, as it should accept a single string only, according to the documentation:
https://www.twilio.com/docs/voice/twiml/gather#input
Code Example:
Expected XML Output:
The text was updated successfully, but these errors were encountered: