<?php
namespace Psalm\Issue;

class PossiblyNullPropertyAssignmentValue extends PropertyIssue
{
    public const ERROR_LEVEL = 3;
    public const SHORTCODE = 148;
}
