<?php
namespace Psalm\Issue;

class UndefinedFunction extends FunctionIssue
{
    public const ERROR_LEVEL = -1;
    public const SHORTCODE = 21;
}
