nvim/UltiSnips/php.snippets

6 lines
76 B
Plaintext
Raw Normal View History

2020-03-19 15:47:31 +00:00
snippet pf "public function ..."
public function $1($2) {
$0
}
endsnippet