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