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