mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 21:04:34 +02:00
Fixed static analysis issue
This commit is contained in:
parent
a9bd4c5606
commit
94bcd3d2d3
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue