We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea07825 commit 120ef28Copy full SHA for 120ef28
app/code/Magento/Bundle/Model/Plugin/ProductPriceIndexModifier.php
@@ -22,9 +22,9 @@ class ProductPriceIndexModifier
22
private ResourceConnection $resourceConnection;
23
24
/**
25
- * @var string|null
+ * @var string
26
*/
27
- private ?string $connectionName;
+ private string $connectionName;
28
29
30
* @param ResourceConnection $resourceConnection
0 commit comments