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:
parent
84f1993a2e
commit
c8ec0dc650
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user