1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Emit AfterCodebasePopulatedEvent even on partial scans

This commit is contained in:
Daniil Gentili 2023-12-07 12:46:34 +01:00
parent c620f6e80d
commit d5bac4d51d

View File

@ -1065,6 +1065,10 @@ final class ProjectAnalyzer
$this->config->visitStubFiles($this->codebase, $this->progress);
$event = new AfterCodebasePopulatedEvent($this->codebase);
$this->config->eventDispatcher->dispatchAfterCodebasePopulated($event);
$this->progress->startAnalyzingFiles();
$this->codebase->analyzer->analyzeFiles(