Initial commit.
This commit is contained in:
8
vim/snippets/php/doc_i.snippet
Executable file
8
vim/snippets/php/doc_i.snippet
Executable file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* $1
|
||||
* @package ${2:default}
|
||||
* @author ${3:`g:snips_author`}
|
||||
**/
|
||||
interface ${1:someClass}
|
||||
{${4}
|
||||
} // END interface $1"
|
||||
Reference in New Issue
Block a user