Completed
Push — master ( ba296b...39a522 )
by Michal
07:48
created
src/Statements/SetStatement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
      * @var array
28 28
      */
29 29
     public static $CLAUSES = array(
30
-        'SET' => array('SET',         3),
30
+        'SET' => array('SET', 3),
31 31
     );
32 32
 
33 33
     /**
Please login to merge, or discard this patch.