junichi11 commented on code in PR #6884:
URL: https://github.com/apache/netbeans/pull/6884#discussion_r1436997363


##########
php/php.editor/src/org/netbeans/modules/php/editor/indent/CodeStyle.java:
##########
@@ -584,6 +584,10 @@ public boolean groupMulitlineArrayInit() {
         return preferences.getBoolean(GROUP_ALIGNMENT_ARRAY_INIT, 
getDefaultAsBoolean(GROUP_ALIGNMENT_ARRAY_INIT));
     }
 
+    public boolean groupMulitlineMatchArmArrow() {

Review Comment:
   
https://github.com/apache/netbeans/blob/e8b206ef646754497a6890a1aa44ea2aa4cfcd8a/php/php.editor/src/org/netbeans/modules/php/editor/indent/CodeStyle.java#L579-L585
   
   Thanks for catching it :) I've copied it from the above method. I'll also 
fix them.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
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

Reply via email to