We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beeb653 commit 09e4fbeCopy full SHA for 09e4fbe
src/File/FileExcluderFactory.php
@@ -44,7 +44,7 @@ public function createAnalyseFileExcluder(): FileExcluder
44
$paths = $this->excludePaths['analyse'];
45
}
46
if (array_key_exists('analyseAndScan', $this->excludePaths)) {
47
- $paths = $this->excludePaths['analyseAndScan'];
+ $paths = array_merge($paths, $this->excludePaths['analyseAndScan']);
48
49
50
return $this->fileExcluderRawFactory->create(array_values(array_unique($paths)));
0 commit comments