diff --git a/php-templates/configs.php b/php-templates/configs.php index 9f6c4be3e..e292ba77b 100644 --- a/php-templates/configs.php +++ b/php-templates/configs.php @@ -72,7 +72,7 @@ function vsCodeGetConfigValue($value, $key, $configPaths) $key = collect(explode('.', $key)); $key->pop(); $key = $key->implode('.'); - $value = 'array(...)'; + $value = []; } $nextKey = $keysToFind->shift();