Passed
Push — master ( 43aca1...5a3864 )
by Maximilian
03:27
created
src/Response/ResponseBody.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.