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 3a1f60700ea Merge pull request #9497 from wilx/issue-6357-fix
add db41f4b1a94 PHP: Fix formatting of enums with names that are keywords
(unset, if, case, ...)
new caa37a40285 Merge pull request #9535 from
matthiasblaesing/php_enum_formatter
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:
.../modules/php/editor/indent/FormatVisitor.java | 6 ++-
.../testfiles/formatting/php81/enumerations_02.php | 38 +++++++++++++++++++
.../formatting/php81/enumerations_02.php.formatted | 43 ++++++++++++++++++++++
.../php/editor/indent/PHPFormatterTest.java | 5 +++
4 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/php81/enumerations_02.php
create mode 100644
php/php.editor/test/unit/data/testfiles/formatting/php81/enumerations_02.php.formatted
---------------------------------------------------------------------
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