1
0
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:
orklah 2023-12-07 17:51:24 +01:00 committed by GitHub
commit ea06da7034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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(