We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scan
1 parent e042ac1 commit 606f5bbCopy full SHA for 606f5bb
src/Annotation/ScanConfig.php
@@ -135,7 +135,7 @@ private static function initConfigByFile(string $configDir): array
135
private static function allocateConfigValue(array $content, array $config): array
136
{
137
if (! isset($content['scan'])) {
138
- return [];
+ return $config;
139
}
140
foreach ($content['scan'] as $key => $value) {
141
if (! isset($config[$key])) {
0 commit comments