<?php
namespace Psalm\Issue;
class UndefinedMagicPropertyAssignment extends PropertyIssue
{
const ERROR_LEVEL = 4;
}