junichi11 commented on a change in pull request #2640:
URL: https://github.com/apache/netbeans/pull/2640#discussion_r551654897



##########
File path: 
php/php.editor/test/unit/data/testfiles/formatting/broken/issue197074_04.php.formatted
##########
@@ -21,25 +21,28 @@ class companyAddressesActions extends myFrontModuleActions {
         }
 
         if ($this->getPage()->getModuleAction() == 
'supplier/editCompanyAddress')
-            $this->getRequest ()->setParameter ('cancel_url', $this->getHelper 
()main/checkout')
+        $this->getRequest ()->setParameter ('cancel_url', $this->getHelper 
()main/checkout')

Review comment:
       The cause of this change is I added `ASTErrroExpression` to the 
parameter (grammar file).
   Original issue is https://bz.apache.org/netbeans/show_bug.cgi?id=197074
   
   formatting behavior is changed, but original code has syntax error and the 
purpose of the original issue is to prevent AssertionError. So, I suppose there 
is no problem.




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

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