<?php
namespace Psalm\Issue;
class UndefinedMagicPropertyFetch extends PropertyIssue
{
const LEVEL = 5;
}