Add Block settings to dotenv reader

Now blocks can be set as prefix names for variables via [Block Name] type
grouping.
This commit is contained in:
2024-08-21 11:41:15 +09:00
parent 646456b86b
commit b9feacaded
5 changed files with 48 additions and 4 deletions

View File

@@ -78,7 +78,8 @@ return [
// to parse, but not analyze
"exclude_analysis_directory_list" => [
'vendor',
'test'
'test',
'tmp'
],
'exclude_file_list' => [
],