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