<?php
namespace Psalm\Issue;

class InvalidPropertyAssignmentValue extends PropertyIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 145;
}
