Files
dotfiles/.emacs.d/snippets/php-mode/var-oneline
2017-12-21 17:29:29 +01:00

8 lines
158 B
Plaintext

# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: PHPDoc: @var (one-line)
# key: @var
# group: definitions
# --
/** @var ${type} */