@@ -244,12 +244,12 @@ |
||
244 | 244 | } |
245 | 245 | |
246 | 246 | /** |
247 | - * Get a value by key |
|
248 | - * |
|
249 | - * @param string $key |
|
250 | - * |
|
251 | - * @return string |
|
252 | - */ |
|
247 | + * Get a value by key |
|
248 | + * |
|
249 | + * @param string $key |
|
250 | + * |
|
251 | + * @return string |
|
252 | + */ |
|
253 | 253 | public function getSystemValue($key) { |
254 | 254 | $defaultValue = null; |
255 | 255 |