| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | trait TargetsStyleLoaderTagHook |
||
| 8 | { |
||
| 9 | protected function targetStyleLoaderTagHook() |
||
| 19 | } |
||
| 20 | |||
| 21 | protected function getStyleLoaderTagCallback(): Closure |
||
| 25 | }; |
||
| 26 | } |
||
| 27 | |||
| 28 | abstract protected function filterStyleLoaderTag(string $tag, string $handle, string $href, string $media): string; |
||
| 29 | } |
||
| 30 |