<?php
namespace Psalm\Issue;

class ParamNameMismatch extends CodeIssue
{
    public const ERROR_LEVEL = 7;
    public const SHORTCODE = 230;
}
