This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 5452be604f8 Merge pull request #9484 from neilcsmith-net/gh7326
add 8ea4484f771 PHP: Support variadic marked variables in PHPDoc
new 8ffe53f3374 Merge pull request #9487 from matthiasblaesing/php_varargs
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../php/editor/parser/PHPDocCommentParser.java | 21 +++++++++++++++------
.../PHPDocCommentParserTest/NonvarargsParam01.pass | 12 ++++++++++++
.../PHPDocCommentParserTest/NonvarargsParam02.pass | 11 +++++++++++
.../PHPDocCommentParserTest/VarargsParam01.pass | 12 ++++++++++++
.../PHPDocCommentParserTest/VarargsParam02.pass | 11 +++++++++++
.../php/editor/parser/PHPDocCommentParserTest.java | 20 ++++++++++++++++++++
6 files changed, 81 insertions(+), 6 deletions(-)
create mode 100644
php/php.editor/test/unit/data/goldenfiles/org/netbeans/modules/php/editor/parser/PHPDocCommentParserTest/NonvarargsParam01.pass
create mode 100644
php/php.editor/test/unit/data/goldenfiles/org/netbeans/modules/php/editor/parser/PHPDocCommentParserTest/NonvarargsParam02.pass
create mode 100644
php/php.editor/test/unit/data/goldenfiles/org/netbeans/modules/php/editor/parser/PHPDocCommentParserTest/VarargsParam01.pass
create mode 100644
php/php.editor/test/unit/data/goldenfiles/org/netbeans/modules/php/editor/parser/PHPDocCommentParserTest/VarargsParam02.pass
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists