mirror of
https://github.com/danog/psalm.git
synced 2024-12-02 09:37:59 +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);
|
$this->config->visitStubFiles($this->codebase, $this->progress);
|
||||||
|
|
||||||
|
$event = new AfterCodebasePopulatedEvent($this->codebase);
|
||||||
|
|
||||||
|
$this->config->eventDispatcher->dispatchAfterCodebasePopulated($event);
|
||||||
|
|
||||||
$this->progress->startAnalyzingFiles();
|
$this->progress->startAnalyzingFiles();
|
||||||
|
|
||||||
$this->codebase->analyzer->analyzeFiles(
|
$this->codebase->analyzer->analyzeFiles(
|
||||||
|
Loading…
Reference in New Issue
Block a user