<?php
namespace Psalm\Issue;
class DeprecatedFunction extends FunctionIssue
{
const ERROR_LEVEL = 2;
const SHORTCODE = 201;
}