aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/function-expression
blob: 5628e8ed23ab5dd05352d3606445e98fcb08e91c (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: function expression
# key: f
# --
function ($1) ${2:use ($3)} {
  $0
}