Skip to content

Commit 7b4d99f

Browse files
MC-22739: Layered Navigation with different Scope for attribute
1 parent ccfa024 commit 7b4d99f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/DecimalFilterTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ protected function updateProducts(
7878
array $products,
7979
string $attributeCode,
8080
int $storeId = Store::DEFAULT_STORE_ID
81-
): void
82-
{
81+
): void {
8382
$attribute = $this->attributeRepository->get($attributeCode);
8483

8584
foreach ($products as $productSku => $value) {

0 commit comments

Comments
 (0)