@@ -27,6 +27,9 @@ |
||
| 27 | 27 | parent::__construct($cliArgs, $dieOnUnknownArg); |
| 28 | 28 | } |
| 29 | 29 | |
| 30 | + /** |
|
| 31 | + * @param string $path |
|
| 32 | + */ |
|
| 30 | 33 | protected function sugaredRimGetConfig($path = null, $default = null) |
| 31 | 34 | { |
| 32 | 35 | if ($this->sugaredRimConfig === null) { |