vim/UltiSnips/php.snippets

6 lines
76 B
Plaintext

snippet pf "public function ..."
public function $1($2) {
$0
}
endsnippet