diff --git a/snippets/php-mode/param-doc b/snippets/php-mode/param-doc index 2925912..d1cff1a 100644 --- a/snippets/php-mode/param-doc +++ b/snippets/php-mode/param-doc @@ -4,5 +4,5 @@ # key: *param # group: annotation # -- -* @param ${1:type} ${2:$variable} ${3:description}${0: +* @param ${1:type} ${2:$variable} ${3:description}${0: *} \ No newline at end of file diff --git a/snippets/php-mode/return-doc b/snippets/php-mode/return-doc index b91d235..84f569e 100644 --- a/snippets/php-mode/return-doc +++ b/snippets/php-mode/return-doc @@ -4,5 +4,4 @@ # key: *return # group: annotation # -- -* @return ${1:type} ${2:description}${0: -*} \ No newline at end of file +* @return ${1:type} ${2:description} \ No newline at end of file