Changed method snippet

This commit is contained in:
Michael Thessel 2013-04-12 01:16:52 +00:00
parent 58a7289e55
commit 6ade12ac15

View File

@ -46,9 +46,9 @@ snippet f
}
# method
snippet m
${1:abstract }${2:protected}${3: static} function ${4:foo}(${5:array }${6:$bar})
${1:protected} function ${2:foo}()
{
${7}
${3}
}
# setter method
snippet sm