1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Add slash

This commit is contained in:
Brown 2020-03-02 16:02:45 -05:00
parent 86d52bbf4f
commit 93d2d4d1a7

View File

@ -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;