<?php
namespace Psalm\Issue;
class PossiblyUndefinedGlobalVariable extends CodeIssue
{
const ERROR_LEVEL = 3;
const SHORTCODE = 126;
}