Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 7, 2020
1 parent 2cd7f74 commit b351df0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public static function analyzeInstance(
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
),
Expand Down

0 comments on commit b351df0

Please sign in to comment.