@@ -94,7 +94,7 @@ |
||
94 | 94 | */ |
95 | 95 | public function convertToType($type, $value) |
96 | 96 | { |
97 | - if($type === null) { |
|
97 | + if ($type === null) { |
|
98 | 98 | return $value; |
99 | 99 | } |
100 | 100 | switch (strtolower($type)) { |