Changed method snippet
This commit is contained in:
parent
58a7289e55
commit
6ade12ac15
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user