@@ -238,7 +238,7 @@ |
||
238 | 238 | */ |
239 | 239 | public function getIncludeInUsedFacets() |
240 | 240 | { |
241 | - return ((int) $this->getFacetSettingOrDefaultValue('includeInUsedFacets', 1)) === 1; |
|
241 | + return ((int)$this->getFacetSettingOrDefaultValue('includeInUsedFacets', 1)) === 1; |
|
242 | 242 | } |
243 | 243 | |
244 | 244 | /** |