Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 6, 2024
1 parent 7491086 commit 8d5c5b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ public function it_throws_on_same_names_with_different_spacing(): void
);
}

private function arrayAsObject(array $priceInfoArry): object
private function arrayAsObject(array $priceInfoArray): object
{
return Json::decode(Json::encode($priceInfoArry));
return Json::decode(Json::encode($priceInfoArray));
}
}

0 comments on commit 8d5c5b8

Please sign in to comment.