Phan\Language\Element\TypedElementInterface::hasSuppressIssue PHP Method

hasSuppressIssue() public method

return bool True if this element would like to suppress the given issue name
public hasSuppressIssue ( string $issue_name ) : boolean
$issue_name string
return boolean
    public function hasSuppressIssue(string $issue_name) : bool;