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