<?php
namespace Psalm\Issue;
class ConstructorSignatureMismatch extends CodeIssue
{
public const ERROR_LEVEL = 5;
public const SHORTCODE = 231;
}