@@ -43,7 +43,7 @@ discard block |
||
43 | 43 | /** |
44 | 44 | * Set translations to be used |
45 | 45 | * |
46 | - * @param array $translation |
|
46 | + * @param array $translations |
|
47 | 47 | * @return $this |
48 | 48 | */ |
49 | 49 | public function translation($translations) |
@@ -81,6 +81,9 @@ discard block |
||
81 | 81 | return $this->minimize($result); |
82 | 82 | } |
83 | 83 | |
84 | + /** |
|
85 | + * @param string $val |
|
86 | + */ |
|
84 | 87 | public function config($val) |
85 | 88 | { |
86 | 89 | return $this->config[$val]; |