<?php
namespace Psalm\Issue;

class PossiblyUndefinedArrayOffset extends CodeIssue
{
    public const ERROR_LEVEL = 3;
    public const SHORTCODE = 167;
}
