Skip to content

Commit

Permalink
Update file references again
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Oct 14, 2019
1 parent 477fa8c commit 3dc96ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Internal/Codebase/Analyzer.php
Expand Up @@ -291,6 +291,7 @@ function (string $file_path) : bool {
$codebase->file_reference_provider->setAnalyzedMethods($this->analyzed_methods);
$codebase->file_reference_provider->setFileMaps($this->getFileMaps());
$codebase->file_reference_provider->setTypeCoverage($this->mixed_counts);
$codebase->file_reference_provider->updateReferenceCache($codebase, $scanned_files);

if ($codebase->diff_methods) {
$codebase->statements_provider->resetDiffs();
Expand Down

0 comments on commit 3dc96ed

Please sign in to comment.