dotar/vim/snippets/php/doc_f.snippet

9 lines
118 B
Plaintext
Raw Normal View History

2011-11-17 15:45:33 -06:00
/**
* $2
* @return ${4:void}
* @author ${5:`g:snips_author`}
**/
${1:public }function ${2:someFunc}(${3})
{${6}
}