@@ -32,9 +32,9 @@ |
||
32 | 32 | |
33 | 33 | public function getSaveValue($value) |
34 | 34 | { |
35 | - if (!is_numeric($value)) { |
|
36 | - return null; |
|
37 | - } |
|
35 | + if (!is_numeric($value)) { |
|
36 | + return null; |
|
37 | + } |
|
38 | 38 | |
39 | 39 | return $value; |
40 | 40 | } |