<?php
namespace Psalm\Issue;
class InternalMethod extends MethodIssue
{
const ERROR_LEVEL = 4;
const SHORTCODE = 175;
}