<?php
namespace Psalm\Issue;

class UndefinedMagicPropertyAssignment extends PropertyIssue
{
    public const ERROR_LEVEL = 4;
    public const SHORTCODE = 217;
}
