Skip to content

Commit

Permalink
Fix broken reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Burkindine committed Mar 11, 2017
1 parent ab116f2 commit 44dc407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Response/Reprompt.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Reprompt
*
* @param OutputSpeechInterface $outputSpeech
*/
public function __construct(OutputSpeech $outputSpeech)
public function __construct(OutputSpeechInterface $outputSpeech)
{
$this->outputSpeech = $outputSpeech;
}
Expand Down

0 comments on commit 44dc407

Please sign in to comment.