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