| Total Complexity | 7 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | final class Properties |
||
| 17 | { |
||
| 18 | private static $defaults; |
||
| 19 | private $properties; |
||
| 20 | |||
| 21 | 122 | public function __construct(string ...$properties) |
|
| 38 | 121 | } |
|
| 39 | |||
| 40 | 23 | public function build(Str $schema): Property |
|
| 51 | } |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @return StreamInterface<string> |
||
| 55 | */ |
||
| 56 | 120 | public static function defaults(): StreamInterface |
|
| 69 |