diff --git a/src/Config.php b/config.php similarity index 95% rename from src/Config.php rename to config.php index 0225dcf..c5b147d 100644 --- a/src/Config.php +++ b/config.php @@ -1,84 +1,85 @@ - $value) { - $lines[$key] = trim($value); - - // Remove all lines start with hash (#), dash (-) and equal (=) - if (trim($value)[0] === '#' - || trim($value)[0] === '-' - || trim($value)[0] === '=') - { - unset($lines[$key]); - } - } - - return $lines; - } + $value) { + $lines[$key] = trim($value); + + // Remove all lines start with hash (#), dash (-) and equal (=) + if (trim($value)[0] === '#' + || trim($value)[0] === '-' + || trim($value)[0] === '=') + { + unset($lines[$key]); + } + } + + return $lines; + } } \ No newline at end of file