init
This commit is contained in:
@@ -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