1 2 3 4 5 6 7
/** * {{ doc_lines }} * {{ param_docs }} * @return mixed Return value from the plugin method */ public function {{ method_name }}({{ method_params }}): mixed;