mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Merge pull request #10457 from nicelocal/always_emit_AfterCodebasePopulatedEvent
Emit AfterCodebasePopulatedEvent even on partial scans
This commit is contained in:
commit
ea06da7034
@ -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