@@ -261,6 +261,9 @@ discard block |
||
| 261 | 261 | createYaml(getPathConfig(), $config_path.'/path.yml'); |
| 262 | 262 | } |
| 263 | 263 | |
| 264 | +/** |
|
| 265 | + * @param string $path |
|
| 266 | + */ |
|
| 264 | 267 | function createYaml($config, $path) |
| 265 | 268 | { |
| 266 | 269 | $content = \Symfony\Component\Yaml\Yaml::dump($config); |
@@ -412,6 +415,7 @@ discard block |
||
| 412 | 415 | |
| 413 | 416 | /** |
| 414 | 417 | * @link https://github.com/composer/windows-setup/blob/master/src/php/installer.php |
| 418 | + * @param string $color |
|
| 415 | 419 | */ |
| 416 | 420 | function out($text, $color = null, $newLine = true) |
| 417 | 421 | { |