Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 1, 2024
1 parent 6243d9a commit b5407a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private function getSchemaErrors(array $priceInfos): array
$errors = [];
$nameMatrix = [];

$priceInfos = $this->trimArrayValues($priceInfos);
$priceInfos = $this->trimArrayValues($priceInfos);

foreach ($priceInfos as $index => $priceInfo) {
foreach ($priceInfo['name'] as $language => $name) {
Expand Down

0 comments on commit b5407a9

Please sign in to comment.