Total Complexity | 6 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | final class Constructors |
||
14 | { |
||
15 | private static $defaults; |
||
16 | private $constructors; |
||
17 | |||
18 | 8 | public function __construct(string ...$constructors) |
|
27 | 8 | } |
|
28 | |||
29 | 7 | public function load(Str $value): Constructor |
|
42 | } |
||
43 | |||
44 | /** |
||
45 | * @return StreamInterface<string> |
||
46 | */ |
||
47 | 8 | public static function defaults(): StreamInterface |
|
59 |