update
This commit is contained in:
parent
e0fa78b8e0
commit
3e39dff74f
1 changed files with 5 additions and 0 deletions
5
UltiSnips/php.snippets
Normal file
5
UltiSnips/php.snippets
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
snippet pf "public function ..."
|
||||
public function $1($2) {
|
||||
$0
|
||||
}
|
||||
endsnippet
|
||||
Loading…
Add table
Add a link
Reference in a new issue