@@ -104,7 +104,7 @@ |
||
104 | 104 | |
105 | 105 | /** |
106 | 106 | * Execute getter |
107 | - * @param $object |
|
107 | + * @param Data\Result $object |
|
108 | 108 | * @param string $key |
109 | 109 | * @return null |
110 | 110 | */ |
@@ -47,7 +47,7 @@ |
||
47 | 47 | */ |
48 | 48 | protected function initResultObject() |
49 | 49 | { |
50 | - if(!array_key_exists('default', $this->config)) { |
|
50 | + if (!array_key_exists('default', $this->config)) { |
|
51 | 51 | return null; |
52 | 52 | } |
53 | 53 | // init default value from data |