aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/arrow-function
blob: 3b44e019b5a88d7f1d546225467ce03c3b88a002 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: arrow-function
# key: f
# condition: (oni-php-in-expression-context-p)
# --
fn($1): $2 => $3