<?php
namespace Psalm\Issue;

class UninitializedProperty extends PropertyIssue
{
    public const ERROR_LEVEL = 7;
    public const SHORTCODE = 186;
}
