init
This commit is contained in:
7
snippets/php-mode/var-oneline
Normal file
7
snippets/php-mode/var-oneline
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# contributor: USAMI Kenta <tadsan@zonu.me>
|
||||
# name: PHPDoc: @var (one-line)
|
||||
# key: @var
|
||||
# group: definitions
|
||||
# --
|
||||
/** @var ${type} */
|
||||
Reference in New Issue
Block a user