<?php
namespace Psalm\Issue;

class MissingPropertyType extends PropertyIssue
{
    public const ERROR_LEVEL = 2;
    public const SHORTCODE = 45;
}
