Skip to content

Commit

Permalink
Fixed static analysis issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Feb 20, 2025
1 parent a9bd4c5 commit 94bcd3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public function getDetails(string $id): PartDetailDTO

}

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');
Expand Down

0 comments on commit 94bcd3d

Please sign in to comment.