mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 04:44:36 +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
|
||||
$element = $dom->filter('meta[itemprop="url"] + small');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue