Skip to content

Commit a0c9b27

Browse files
enh: add stream generator response
Signed-off-by: SebastianKrupinski <[email protected]>
1 parent 0a9bf12 commit a0c9b27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/ResponseType.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,14 @@ public static function getAll(): array {
127127
$binaryType,
128128
null,
129129
),
130+
new ResponseType(
131+
'StreamGeneratorResponse',
132+
false,
133+
false,
134+
null,
135+
null,
136+
null,
137+
),
130138
new ResponseType(
131139
'TemplateResponse',
132140
false,

0 commit comments

Comments
 (0)