We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bd4c5 commit 94bcd3dCopy full SHA for 94bcd3d
src/Services/InfoProviderSystem/Providers/ReicheltProvider.php
@@ -182,7 +182,7 @@ public function getDetails(string $id): PartDetailDTO
182
183
}
184
185
- private function parseMPN(Crawler $dom): ?string
+ private function parseMPN(Crawler $dom): string
186
{
187
//Find the small element directly after meta[itemprop="url"] element
188
$element = $dom->filter('meta[itemprop="url"] + small');
0 commit comments