Skip to content

Commit 3f738a7

Browse files
committed
Fix Psalm issue
1 parent 3691917 commit 3f738a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Calculator/ProductVariantPricesCalculator.php

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ private static function getMinimumPrice(ChannelPricingInterface $channelPricing)
9595
$minimumPrice = 0;
9696

9797
if (method_exists($channelPricing, 'getMinimumPrice')) {
98+
/** @var mixed $minimumPrice */
9899
$minimumPrice = $channelPricing->getMinimumPrice();
99100
}
100101

0 commit comments

Comments
 (0)