junichi11 commented on code in PR #7387:
URL: https://github.com/apache/netbeans/pull/7387#discussion_r1607347715
##########
php/php.editor/src/org/netbeans/modules/php/editor/parser/astnodes/CastExpression.java:
##########
@@ -27,7 +27,7 @@ public class CastExpression extends Expression {
public enum Type {
INT, // 'int'
- REAL, // 'real'
+ FLOAT, // 'float'
Review Comment:
I don't think we should change this because this is an API.
@tmysik What do you think?
--
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