<?php
namespace Psalm\Issue;

class InvalidPropertyFetch extends CodeIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 29;
}
