From 9c90ae7a22b3f95933375173e08b655006d8d2ed Mon Sep 17 00:00:00 2001
From: jarebear6expepjozn6rakjq5iczi3irqwphcvb
 <1045813+jarebear6expepjozn6rakjq5iczi3irqwphcvb@users.noreply.github.com>
Date: Thu, 1 Jun 2023 12:18:17 -0700
Subject: [PATCH] fix: remove array notation from string doc

---
 src/Twilio/TwiML/Voice/Gather.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Twilio/TwiML/Voice/Gather.php b/src/Twilio/TwiML/Voice/Gather.php
index 65d96e5a67..7bd895ebe6 100644
--- a/src/Twilio/TwiML/Voice/Gather.php
+++ b/src/Twilio/TwiML/Voice/Gather.php
@@ -56,7 +56,7 @@ public function play($url = null, $attributes = []): Play {
     /**
      * Add Input attribute.
      *
-     * @param string[] $input Input type Twilio should accept
+     * @param string $input Input type Twilio should accept
      */
     public function setInput($input): self {
         return $this->setAttribute('input', $input);
@@ -217,4 +217,4 @@ public function setSpeechModel($speechModel): self {
     public function setEnhanced($enhanced): self {
         return $this->setAttribute('enhanced', $enhanced);
     }
-}
\ No newline at end of file
+}