nvim/UltiSnips/php.snippets
2020-03-19 15:47:31 +00:00

5 lines
76 B
Text

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