<?php
namespace Psalm\Issue;
class InterfaceInstantiation extends CodeIssue
{
const ERROR_LEVEL = -1;
}