<?php
namespace Psalm\Issue;
class PossiblyNullFunctionCall extends CodeIssue
{
public const ERROR_LEVEL = 3;
public const SHORTCODE = 94;
}