Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Tests | 2 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
32 | * |
||
33 | * In other words, this function represents the inverse function of {@see Component::parse()}. |
||
34 | * |
||
35 | * @param mixed $component the component to be built |
||
36 | * @param array<string, mixed> $options parameters for building |
||
37 | */ |
||
38 | public static function build($component, array $options = []): string; |
||
39 | } |
||
40 |