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:
parent
b21e138cc7
commit
ad87d1bacc
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user