@@ -13,7 +13,7 @@ |
||
13 | 13 | |
14 | 14 | /** @param Directive[] $directives */ |
15 | 15 | public function __construct( |
16 | - public OutputSpeech|string|null $outputSpeech = null, |
|
16 | + public OutputSpeech | string | null $outputSpeech = null, |
|
17 | 17 | public ?Card $card = null, |
18 | 18 | public ?Reprompt $reprompt = null, |
19 | 19 | public ?bool $shouldEndSession = null, |