@@ -25,6 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * {@inheritdoc} |
| 28 | + * @param string $key |
|
| 28 | 29 | */ |
| 29 | 30 | protected function getConfigValue($key, $default = NULL) { |
| 30 | 31 | return !empty($this->config) ? $this->config->get($key, $default) : $default; |
@@ -25,6 +25,7 @@ |
||
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | 27 | * {@inheritdoc} |
| 28 | + * @param string $key |
|
| 28 | 29 | */ |
| 29 | 30 | protected function getConfigValue($key, $default = NULL) { |
| 30 | 31 | return !empty($this->config) ? $this->config->get($key, $default) : $default; |