// Calling Issue::fromType() would print a backtrace to stderr
$issue=Issue::issueMap()[$issue_type]??null;
if(!$issue){
self::emitIssue(
$code_base,
$context,
self::UnknownIssueType,
'Unknown issue type {STRING_LITERAL} in a call to {METHOD}(). (may be a false positive - check if the version of Phan running PhanSelfCheckPlugin is the same version that the analyzed codebase is using)',