Completed
Push — 161-add-gedmo-doctrine-extensi... ( cd7ad0...9dbae5 )
by jelmer
22:18 queued 09:17
created
src/SumoCoders/FrameworkCoreBundle/Extensions/Doctrine/MatchAgainst.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,10 +56,10 @@
 block discarded – undo
56 56
             $haystack .= $column->dispatch($sqlWalker);
57 57
         }
58 58
 
59
-        $query = "MATCH(" . $haystack . ") AGAINST (" . $this->needle->dispatch($sqlWalker);
59
+        $query = "MATCH(".$haystack.") AGAINST (".$this->needle->dispatch($sqlWalker);
60 60
 
61 61
         if ($this->mode) {
62
-            $query .= " " . $this->mode->value . " )";
62
+            $query .= " ".$this->mode->value." )";
63 63
         } else {
64 64
             $query .= " )";
65 65
         }
Please login to merge, or discard this patch.