<?php
namespace Psalm\Issue;
class TooManyTemplateParams extends CodeIssue
{
const ERROR_LEVEL = 6;
const SHORTCODE = 184;
}