Open
Description
Issue Summary
I would like the ability to add a comment within the xml twiml response, as in
<Response>
<!-- this is a comment-->
</Response>
Steps to Reproduce
- n/a
Code Snippet
proposed syntax would be something like
$response->comment("this is a comment");
Technical details:
- twilio-php version:
- php version: 8.2