Fixed static analysis issue

This commit is contained in:
Jan Böhmer 2025-02-20 20:35:00 +01:00
parent a9bd4c5606
commit 94bcd3d2d3

View file

@ -182,7 +182,7 @@ class ReicheltProvider implements InfoProviderInterface
} }
private function parseMPN(Crawler $dom): ?string private function parseMPN(Crawler $dom): string
{ {
//Find the small element directly after meta[itemprop="url"] element //Find the small element directly after meta[itemprop="url"] element
$element = $dom->filter('meta[itemprop="url"] + small'); $element = $dom->filter('meta[itemprop="url"] + small');