<?php
namespace Psalm\Issue;

class UndefinedGlobalVariable extends VariableIssue
{
    public const ERROR_LEVEL = -1;
    public const SHORTCODE = 127;
}
