1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix check

This commit is contained in:
Matt Brown 2020-11-29 18:28:32 -05:00 committed by Daniil Gentili
parent ad5ec9501d
commit 82f1fe61e5
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -167,7 +167,7 @@ class ExistingAtomicMethodCallAnalyzer extends CallAnalyzer
$class_storage,
$method_name_lc,
$lhs_type_part,
$lhs_var_id === '$this'
true
);
}
}