<?php
namespace Psalm\Issue;
class ForbiddenEcho extends CodeIssue
{
const ERROR_LEVEL = -2;
const SHORTCODE = 172;
}