1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00

Fix interface name ref

This commit is contained in:
Brown 2019-03-07 11:30:05 -05:00
parent b3a59d2638
commit 0b74c6a6e7

View File

@ -285,7 +285,7 @@ class ClassAnalyzer extends ClassLikeAnalyzer
if (!$interface_storage->is_interface) {
if (IssueBuffer::accepts(
new UndefinedInterface(
$parent_fq_class_name . ' is not an interface',
$fq_interface_name . ' is not an interface',
$code_location
),
array_merge($storage->suppressed_issues, $this->getSuppressedIssues())