Skip to content

Commit bf3cec5

Browse files
committed
MAGETWO-66165: [GitHub][PR] Don't skip attribute options with a value of 0 from the layered navigation #7578
- fixed documentation
1 parent 3d7ca12 commit bf3cec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/CatalogSearch/Model/Layer/Filter/Attribute.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ private function getOptionValue($option)
146146
/**
147147
* Retrieve count of the options
148148
*
149+
* @param int|string $value
150+
* @param array $optionsFacetedData
149151
* @return int
150152
*/
151153
private function getOptionCount($value, $optionsFacetedData)

0 commit comments

Comments
 (0)