diff --git a/UltiSnips/php.snippets b/UltiSnips/php.snippets new file mode 100644 index 0000000..748d6b4 --- /dev/null +++ b/UltiSnips/php.snippets @@ -0,0 +1,5 @@ +snippet pf "public function ..." +public function $1($2) { + $0 +} +endsnippet