1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00

Fix casing issue

This commit is contained in:
Matt Brown 2017-07-27 19:14:16 -04:00
parent 84f1993a2e
commit c8ec0dc650

View File

@ -791,7 +791,7 @@ class ProjectChecker
}
if ($analyze_too) {
$this->classes_to_deep_scan[$fq_classlike_name] = true;
$this->classes_to_deep_scan[$fq_classlike_name_lc] = true;
}
$this->store_scan_failure[$fq_classlike_name] = $store_failure;