Passed
Push — master ( 2a2829...d91029 )
by Jonas
06:26
created
src/Query/Grammars/SingleStoreGrammar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,6 @@
 block discarded – undo
18 18
      */
19 19
     public function compileInitialPath($column, $alias)
20 20
     {
21
-        return 'cast(' . $this->wrap($column) . ' as char(8192)) as ' . $this->wrap($alias);
21
+        return 'cast('.$this->wrap($column).' as char(8192)) as '.$this->wrap($alias);
22 22
     }
23 23
 }
Please login to merge, or discard this patch.