yasnippet-snippets/snippets/php-mode/license-doc

8 lines
210 B
Plaintext

# -*- mode: snippet -*-
# contributor: USAMI Kenta <tadsan@zonu.me>
# name: PHPDoc @license
# key: *license
# group: annotation
# --
* @license ${1:https://www.gnu.org/licenses/gpl-3.0.html} ${2:GPL-3.0}${0:
*}