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