<?php
namespace Psalm\Issue;
class DeprecatedConstant extends CodeIssue
{
const ERROR_LEVEL = 2;
const SHORTCODE = 170;
}