Skip to content

Commit 120ef28

Browse files
committed
ACP2E-1388, address CR feedback
1 parent ea07825 commit 120ef28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/Model/Plugin/ProductPriceIndexModifier.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ class ProductPriceIndexModifier
2222
private ResourceConnection $resourceConnection;
2323

2424
/**
25-
* @var string|null
25+
* @var string
2626
*/
27-
private ?string $connectionName;
27+
private string $connectionName;
2828

2929
/**
3030
* @param ResourceConnection $resourceConnection

0 commit comments

Comments
 (0)