1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-21 21:31:13 +01:00
This commit is contained in:
Matthew Brown 2020-01-07 01:06:51 -05:00
parent 2cd7f74efb
commit b351df0483

View File

@ -437,7 +437,7 @@ class PropertyAssignmentAnalyzer
if (!$class_exists) {
if (IssueBuffer::accepts(
new UndefinedMagicPropertyAssignment(
'Magic nstance property ' . $property_id . ' is not defined',
'Magic instance property ' . $property_id . ' is not defined',
new CodeLocation($statements_analyzer->getSource(), $stmt),
$property_id
),