Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 8 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
47 | 8 | public static function defaults(): StreamInterface |
|
48 | { |
||
49 | 8 | return self::$defaults ?? self::$defaults = Stream::of( |
|
50 | 1 | 'string', |
|
51 | 1 | Constructor\Factory::class, |
|
52 | 1 | Constructor\Set::class, |
|
53 | 1 | Constructor\Stream::class, |
|
54 | 1 | Constructor\Map::class, |
|
55 | 8 | Constructor\Construct::class |
|
56 | ); |
||
59 |