<?php
namespace Psalm\Issue;
class PossiblyUnusedReturnValue extends CodeIssue
{
public const ERROR_LEVEL = -2;
public const SHORTCODE = 273;
}