tmysik commented on code in PR #6793:
URL: https://github.com/apache/netbeans/pull/6793#discussion_r1418670898


##########
php/php.editor/src/org/netbeans/modules/php/editor/model/impl/ClassConstantElementImpl.java:
##########
@@ -29,9 +30,10 @@
 import 
org.netbeans.modules.php.editor.model.nodes.ClassConstantDeclarationInfo;
 
 class ClassConstantElementImpl extends ModelElementImpl implements 
ClassConstantElement {
-    private String typeName;
-    private final String value;
 
+    private final String typeName;
+    private final String value;
+    private final String declaedType;

Review Comment:
   Typo: `decla[r]edType`
   



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