<?php
namespace Psalm\Issue;

class UndefinedMagicPropertyFetch extends PropertyIssue
{
    public const ERROR_LEVEL = 4;
    public const SHORTCODE = 218;
}
