<?php
namespace Psalm\Issue;

class UndefinedMethod extends MethodIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 22;
}
