Files
emacs/snippets/php-mode/return-doc
2024-04-30 07:08:23 +02: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}