mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Add slash
This commit is contained in:
parent
86d52bbf4f
commit
93d2d4d1a7
@ -625,7 +625,7 @@ class Analyzer
|
||||
continue;
|
||||
}
|
||||
|
||||
$member_bit = substr($member_id, strlen($base_class) + 2);
|
||||
$member_bit = substr($member_id, \strlen($base_class) + 2);
|
||||
|
||||
if (isset($all_referencing_methods[$trait . '::' . $member_bit])) {
|
||||
$changed_members[$file_path][$member_id] = true;
|
||||
|
Loading…
Reference in New Issue
Block a user