Passed
Pull Request — master (#1340)
by Timo
20:48
created
Classes/Domain/Search/ResultSet/Facets/AbstractFacet.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -219,7 +219,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.