Closed cwandrey closed 4 years ago
Thx for your PR. Few points.
types in config/changelogger.php
is in my eyes not good. Because if you use changelogger as PHAR you cannot take a look at the php file. So a list of all available types should be printed.$types
array to config/
but they are not using the .env
. Use the env()
method and pass the types as default parameter.
I once tried to turn the Types into a config. But the config/changelogger.php seemed to make most sense.