We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec38bc commit 0669115Copy full SHA for 0669115
app/code/Magento/Bundle/Pricing/Price/ConfiguredPrice.php
@@ -59,9 +59,10 @@ class ConfiguredPrice extends CatalogPrice\FinalPrice implements ConfiguredPrice
59
* @param float $quantity
60
* @param BundleCalculatorInterface $calculator
61
* @param PriceCurrencyInterface $priceCurrency
62
- * @param ItemInterface $item
+ * @param ItemInterface|null $item
63
* @param JsonSerializer|null $serializer
64
* @param ConfiguredPriceSelection|null $configuredPriceSelection
65
+ * @param DiscountCalculator|null $discountCalculator
66
*/
67
public function __construct(
68
Product $saleableItem,
0 commit comments