public static emitWithParameters ( string $type, string $file, integer $line, array $template_parameters ) : void | ||
$type | string | The type of the issue |
$file | string | The name of the file where the issue was found |
$line | integer | The line number (start) where the issue was found |
$template_parameters | array | Any template parameters required for the issue message |
return | void |