init
This commit is contained in:
7
snippets/php-mode/return-doc
Normal file
7
snippets/php-mode/return-doc
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: PHPDoc @return
|
||||
# key: *return
|
||||
# group: annotation
|
||||
# --
|
||||
* @return ${1:type} ${2:description}
|
||||
Reference in New Issue
Block a user