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

7 lines
167 B
Plaintext

# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: PHPDoc @return
# key: *return
# group: annotation
# --
* @return ${1:type} ${2:description}