emacs/snippets/php-mode/return-doc

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}