Skip to content

Commit 77b0ae8

Browse files
authored
#20971: Fixed static tests
1 parent c5c5e41 commit 77b0ae8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/CatalogSearch/Model/Adapter/Mysql/Aggregation/DataProvider/SelectBuilderForAttribute.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public function __construct(
7474
}
7575

7676
/**
77+
* Build select for attribute search
78+
*
7779
* @param Select $select
7880
* @param AbstractAttribute $attribute
7981
* @param int $currentScope
@@ -116,6 +118,8 @@ public function build(Select $select, AbstractAttribute $attribute, int $current
116118
}
117119

118120
/**
121+
* Is add stock filter
122+
*
119123
* @return bool
120124
*/
121125
private function isAddStockFilter()

0 commit comments

Comments
 (0)