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:
parent
c620f6e80d
commit
d5bac4d51d
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user