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