@@ -26,7 +26,7 @@ discard block |
||
26 | 26 | /** |
27 | 27 | * Display config data and location. |
28 | 28 | * |
29 | - * @return boolean|void |
|
29 | + * @return integer|null |
|
30 | 30 | */ |
31 | 31 | public function actionConfigInfo() |
32 | 32 | { |
@@ -77,7 +77,7 @@ discard block |
||
77 | 77 | * Save a value in the config for a given key. |
78 | 78 | * |
79 | 79 | * @param string $key |
80 | - * @param mixed $value |
|
80 | + * @param string|boolean $value |
|
81 | 81 | * @return mixed |
82 | 82 | */ |
83 | 83 | protected function saveConfig($key, $value) |