Total Complexity | 6 |
Total Lines | 43 |
Duplicated Lines | 0 % |
Coverage | 86.36% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class Srcset extends AbstractHtmlScraper implements ScraperInterface |
||
13 | { |
||
14 | private Factory $assetFactory; |
||
15 | |||
16 | 2 | public function injectAssetFactory(Factory $assetFactory): void |
|
17 | { |
||
18 | 2 | $this->assetFactory = $assetFactory; |
|
19 | 2 | } |
|
20 | |||
21 | 2 | public function scrape(string $content): ?Collection |
|
55 | } |
||
56 | } |
||
57 |