<?php
namespace Psalm\Issue;

class UnusedFunctionCall extends FunctionIssue
{
    public const ERROR_LEVEL = -1;
    public const SHORTCODE = 206;
}
