1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Fix support of extraFiles (#4785)

This commit is contained in:
Vincent Langlet 2020-12-05 15:54:05 +01:00 committed by Daniil Gentili
parent b21e138cc7
commit ad87d1bacc
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -1150,6 +1150,8 @@ class ProjectAnalyzer
{
$this->visitAutoloadFiles();
$this->codebase->scanner->addFilesToShallowScan($this->extra_files);
foreach ($paths_to_check as $path) {
$this->progress->debug('Checking ' . $path . "\n");