Skip to content

Commit ad5548a

Browse files
committed
fix static test error for code format in constructor
1 parent e876fa0 commit ad5548a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/CatalogInventory/Model/Plugin/ProductLinks.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class ProductLinks
2323
public function __construct(
2424
private readonly Configuration $configuration,
2525
private readonly Stock $stockHelper
26-
) {}
26+
) {
27+
}
2728

2829
/**
2930
* Fixes simple products are shown as associated in grouped when set out of stock

0 commit comments

Comments
 (0)