From 44dc407d5fbce9f5e2bcf1bd0968c5878915eaa1 Mon Sep 17 00:00:00 2001 From: Pete Burkindine Date: Sat, 11 Mar 2017 12:43:56 -0600 Subject: [PATCH] Fix broken reference --- src/Response/Reprompt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Response/Reprompt.php b/src/Response/Reprompt.php index e105ad5..65dbaf8 100644 --- a/src/Response/Reprompt.php +++ b/src/Response/Reprompt.php @@ -27,7 +27,7 @@ class Reprompt * * @param OutputSpeechInterface $outputSpeech */ - public function __construct(OutputSpeech $outputSpeech) + public function __construct(OutputSpeechInterface $outputSpeech) { $this->outputSpeech = $outputSpeech; }