Php doc changes (#232)
* Change type indent width for phpdoc param tags phpcs expects one space between @param tag and type identifier. Checking http://manual.phpdoc.org/HTMLSmartyConverter/PHP/phpDocumentor/tutorial_tags.pkg.html there is only meant to be one space included. * Remove * at end of phpdoc return tag The return tag should be the last tag in the phpdoc block and should not add a extra line for a extra tag.
This commit is contained in:
parent
e28a7391ef
commit
ebe3b513df
2 changed files with 2 additions and 3 deletions
|
@ -4,5 +4,4 @@
|
|||
# key: *return
|
||||
# group: annotation
|
||||
# --
|
||||
* @return ${1:type} ${2:description}${0:
|
||||
*}
|
||||
* @return ${1:type} ${2:description}
|
Loading…
Reference in a new issue