Skip to content

Commit

Permalink
Fix uninicialzate property
Browse files Browse the repository at this point in the history
  • Loading branch information
cevro committed Jan 11, 2022
1 parent 04cc3cb commit 8651feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Price/MultiCurrencyPrice.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ final class MultiCurrencyPrice
use SmartObject;

/** @var Price[] */
private array $prices;
private array $prices = [];

public function __construct(?array $prices = [])
{
Expand Down

0 comments on commit 8651feb

Please # to comment.