Initial commit.
This commit is contained in:
4
vim/snippets/php/fun.snippet
Executable file
4
vim/snippets/php/fun.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
${1:public }function ${2:FunctionName}(${3})
|
||||
{
|
||||
${4:// code...}
|
||||
}
|
||||
Reference in New Issue
Block a user