vim/UltiSnips/php.snippets

6 lines
76 B
Plaintext
Raw Normal View History

2019-06-11 18:18:15 +00:00
snippet pf "public function ..."
public function $1($2) {
$0
}
endsnippet