@@ -32,7 +32,7 @@ discard block |
||
32 | 32 | * @var array |
33 | 33 | */ |
34 | 34 | public static $CLAUSES = array( |
35 | - 'SET' => array('SET', 3), |
|
35 | + 'SET' => array('SET', 3), |
|
36 | 36 | ); |
37 | 37 | |
38 | 38 | /** |
@@ -66,7 +66,7 @@ discard block |
||
66 | 66 | */ |
67 | 67 | public function build() |
68 | 68 | { |
69 | - return 'SET ' . OptionsArray::build($this->options) |
|
70 | - . ' ' . SetOperation::build($this->set); |
|
69 | + return 'SET '.OptionsArray::build($this->options) |
|
70 | + . ' '.SetOperation::build($this->set); |
|
71 | 71 | } |
72 | 72 | } |