<?php
namespace Psalm\Issue;

class UndefinedThisPropertyAssignment extends PropertyIssue
{
    public const ERROR_LEVEL = 5;
    public const SHORTCODE = 40;
}
