<?php
namespace Psalm\Issue;

class PossiblyUndefinedMethod extends MethodIssue
{
    public const ERROR_LEVEL = 3;
    public const SHORTCODE = 108;
}
