Skip to content

Commit

Permalink
Merge branch 'always_emit_AfterCodebasePopulatedEvent' into fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 7, 2023
2 parents 48617f0 + d5bac4d commit 6b214ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Psalm/Internal/Analyzer/ProjectAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,10 @@ public function checkPaths(array $paths_to_check): void

$this->config->visitStubFiles($this->codebase, $this->progress);

$event = new AfterCodebasePopulatedEvent($this->codebase);

$this->config->eventDispatcher->dispatchAfterCodebasePopulated($event);

$this->progress->startAnalyzingFiles();

$this->codebase->analyzer->analyzeFiles(
Expand Down

0 comments on commit 6b214ea

Please sign in to comment.