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