@@ -54,12 +54,12 @@ |
||
54 | 54 | * @var array |
55 | 55 | */ |
56 | 56 | public static $CLAUSES = array( |
57 | - 'DROP' => array('DROP', 2), |
|
57 | + 'DROP' => array('DROP', 2), |
|
58 | 58 | // Used for options. |
59 | - '_OPTIONS' => array('_OPTIONS', 1), |
|
59 | + '_OPTIONS' => array('_OPTIONS', 1), |
|
60 | 60 | // Used for select expressions. |
61 | - 'DROP_' => array('DROP', 1), |
|
62 | - 'ON' => array('ON', 3), |
|
61 | + 'DROP_' => array('DROP', 1), |
|
62 | + 'ON' => array('ON', 3), |
|
63 | 63 | ); |
64 | 64 | |
65 | 65 | /** |
@@ -36,10 +36,10 @@ |
||
36 | 36 | $params[$value[0]] = $params[$value]; |
37 | 37 | } |
38 | 38 | } |
39 | - if (! isset($params['f'])) { |
|
39 | + if (!isset($params['f'])) { |
|
40 | 40 | $params['f'] = 'cli'; |
41 | 41 | } |
42 | - if (! in_array($params['f'], array('html', 'cli', 'text'))) { |
|
42 | + if (!in_array($params['f'], array('html', 'cli', 'text'))) { |
|
43 | 43 | return false; |
44 | 44 | } |
45 | 45 | return $params; |