<?php
namespace Psalm\Issue;
class UninitializedProperty extends PropertyIssue
{
const ERROR_LEVEL = 7;
const SHORTCODE = 186;
}