dotar/vim/snippets/php/doc_i.snippet
2011-11-17 16:00:49 -06:00

9 lines
127 B
Plaintext
Executable File

/**
* $1
* @package ${2:default}
* @author ${3:`g:snips_author`}
**/
interface ${1:someClass}
{${4}
} // END interface $1"