dotfiles/emacs/.emacs.d/snippets/php-mode/function

8 lines
116 B
Text
Raw Normal View History

2016-11-24 21:41:10 +01:00
# -*- mode: snippet; require-final-newline: nil -*-
# name: function
# key: function
# --
function $1($2)
{
$0
}