Skip to content

Commit 94bcd3d

Browse files
committed
Fixed static analysis issue
1 parent a9bd4c5 commit 94bcd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/InfoProviderSystem/Providers/ReicheltProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public function getDetails(string $id): PartDetailDTO
182182

183183
}
184184

185-
private function parseMPN(Crawler $dom): ?string
185+
private function parseMPN(Crawler $dom): string
186186
{
187187
//Find the small element directly after meta[itemprop="url"] element
188188
$element = $dom->filter('meta[itemprop="url"] + small');

0 commit comments

Comments
 (0)