@@ -129,7 +129,7 @@ |
||
129 | 129 | */ |
130 | 130 | public function getFacets() |
131 | 131 | { |
132 | - if (! isset($this->source->facets)) { |
|
132 | + if (!isset($this->source->facets)) { |
|
133 | 133 | $this->facets = new ArrayCollection(); |
134 | 134 | } |
135 | 135 |