Completed
Pull Request — master (#64)
by Thibaud
03:06
created
src/PhraseanetSDK/Search/SearchResultInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.