Total Complexity | 6 |
Total Lines | 31 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
9 | class AttributeRenderer |
||
10 | { |
||
11 | /** |
||
12 | * @param array<string, string> $attributes |
||
13 | * @throws InvalidArgumentException |
||
14 | */ |
||
15 | 3 | public static function renderAttributes(array $attributes): ?string |
|
35 | } |
||
36 | |||
37 | 1 | public static function renderAttribute(string $attributeName, string $attributeValue): string |
|
42 |