Completed
Push — 1.1 ( def185...342408 )
by David
04:34
created
src/SQLParser/Node/Reserved.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
     {
144 144
         $sql = NodeFactory::toSql($this->subTree, $dbConnection, $parameters, ' ', false, $indent, $conditionsMode);
145 145
 
146
-        if($this->baseExpression) {
146
+        if ($this->baseExpression) {
147 147
             $sql .= ' '.$this->baseExpression.' ';
148 148
         }
149 149
 
Please login to merge, or discard this patch.