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