Skip to content

Commit 0669115

Browse files
committed
#33334:Inheriting from a class that doesn't exist
- Added space between $discountCalculator and $configuredPriceSelection properties - Updated PHPdoc in constructor
1 parent 2ec38bc commit 0669115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Bundle/Pricing/Price/ConfiguredPrice.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ class ConfiguredPrice extends CatalogPrice\FinalPrice implements ConfiguredPrice
5959
* @param float $quantity
6060
* @param BundleCalculatorInterface $calculator
6161
* @param PriceCurrencyInterface $priceCurrency
62-
* @param ItemInterface $item
62+
* @param ItemInterface|null $item
6363
* @param JsonSerializer|null $serializer
6464
* @param ConfiguredPriceSelection|null $configuredPriceSelection
65+
* @param DiscountCalculator|null $discountCalculator
6566
*/
6667
public function __construct(
6768
Product $saleableItem,

0 commit comments

Comments
 (0)