diff --git a/snippets/php.snippets b/snippets/php.snippets index 31ebdfa..614bbbc 100644 --- a/snippets/php.snippets +++ b/snippets/php.snippets @@ -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