Failed Conditions
Pull Request — master (#1798)
by Kentaro
31:49
created
eccube_install.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -261,6 +261,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 {
Please login to merge, or discard this patch.