| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class Script extends Style |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @return string |
||
| 21 | */ |
||
| 22 | 1 | protected function getTag(): string |
|
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Returns the necessary attributes |
||
| 29 | * |
||
| 30 | * @param string $src |
||
| 31 | * @param array $attributes |
||
| 32 | * |
||
| 33 | * @return array |
||
| 34 | */ |
||
| 35 | 1 | protected function getAttributes(string $src, array $attributes): array |
|
| 47 |