From 4e850eee0560b7c013b3448af5d6136a7341a5b9 Mon Sep 17 00:00:00 2001 From: Stuart Grimshaw Date: Thu, 9 Feb 2012 15:58:46 +0000 Subject: [PATCH] Tidied up phpdoc annotations for classes & removed extra docblock comment from doc_h --- snippets/php.snippets | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/snippets/php.snippets b/snippets/php.snippets index dcf02ca..9586d21 100644 --- a/snippets/php.snippets +++ b/snippets/php.snippets @@ -69,11 +69,13 @@ snippet doc_c /** * ${3:undocumented class} * - * @packaged ${4:default} - * @author ${5:`g:snips_author`} + * @package ${4:default} + * @subpackage ${5:default} + * @author ${6:`g:snips_author`} */ ${1:}class ${2:} - {${6} + { + ${7} } // END $1class $2 # Constant Definition - post doc snippet doc_dp @@ -125,9 +127,6 @@ snippet doc_h * @package ${5:default} */ - /** - * Define DocBlock - */ # Interface snippet doc_i /**