<?php
namespace Psalm\Issue;
class PropertyNotSetInConstructor extends PropertyIssue
{
const ERROR_LEVEL = 2;
}