mirror of
https://github.com/danog/psalm.git
synced 2025-01-21 21:31:13 +01:00
Fix typo
This commit is contained in:
parent
2cd7f74efb
commit
b351df0483
@ -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
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user