File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ final class Api
23
23
/**
24
24
* @param class-string<ConverterSource>|Converter|string|null $type
25
25
* @param class-string<ConverterSource>|Converter|null $enum
26
- * @param class-string<ConverterSource>|Converter|string| null $union
26
+ * @param class-string<ConverterSource>|Converter|null $union
27
27
* @param class-string<ConverterSource>|Converter|string|null $list
28
+ * @param class-string<ConverterSource>|Converter|string|null $map
28
29
*/
29
30
public function __construct (
30
31
public readonly ?string $ apiName = null ,
Original file line number Diff line number Diff line change 7
7
/**
8
8
* @template TInner
9
9
*
10
- * @extends \IteratorAggregate<int,TInner>
10
+ * @extends \IteratorAggregate<int, TInner>
11
11
*/
12
- interface CloseableStream extends \IteratorAggregate
12
+ interface BaseStream extends \IteratorAggregate
13
13
{
14
14
/**
15
15
* Manually force the stream to close early.
You can’t perform that action at this time.
0 commit comments