@@ -49,7 +49,7 @@ |
||
49 | 49 | * Merge configure values by key. |
50 | 50 | * |
51 | 51 | * @param string $key |
52 | - * @param array|string $config |
|
52 | + * @param string $config |
|
53 | 53 | * @return array|mixed |
54 | 54 | */ |
55 | 55 | public static function mergeConfig($key, $config) |
@@ -67,7 +67,7 @@ |
||
67 | 67 | */ |
68 | 68 | protected function _initialize() |
69 | 69 | { |
70 | - $this['path'] = function () { |
|
70 | + $this['path'] = function() { |
|
71 | 71 | return $this->_initPaths(); |
72 | 72 | }; |
73 | 73 | } |