@@ -219,7 +219,7 @@ |
||
219 | 219 | public function getIncludeInUsedFacets() |
220 | 220 | { |
221 | 221 | |
222 | - return ((int) $this->getFacetSettingOrDefaultValue('includeInUsedFacets', 1)) === 1; |
|
222 | + return ((int)$this->getFacetSettingOrDefaultValue('includeInUsedFacets', 1)) === 1; |
|
223 | 223 | } |
224 | 224 | |
225 | 225 | /** |