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