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