yasnippet-snippets/snippets/php-mode/doc-comment-multiline

11 lines
163 B
Plaintext

# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: PHPDoc (multi-line)
# key: /**
# group: annotation
# --
/**
* ${1:Summary}
*
*$0
*/