<?php
namespace Psalm\Issue;

class UndefinedPropertyFetch extends PropertyIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 39;
}
