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