<?php
namespace Psalm\Issue;

class InvalidPropertyAssignment extends CodeIssue
{
    public const ERROR_LEVEL = 6;
    public const SHORTCODE = 10;
}
