aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/if-statement
blob: 6033e3a7d54c15bacafc1eaecf1cf93e573d5096 (plain)
1
2
3
4
5
6
7
# -*- mode: snippet -*-
# name: if statement
# key: ?
# --
if ($1) {
  $2
}