<?php
namespace Psalm\Issue;
class UnhandledMatchCondition extends CodeIssue
{
public const ERROR_LEVEL = 7;
public const SHORTCODE = 236;
}