<?php
namespace Psalm\Issue;

class UndefinedPropertyAssignment extends PropertyIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 38;
}
