junichi11 commented on code in PR #5681:
URL: https://github.com/apache/netbeans/pull/5681#discussion_r1141487857
##########
php/php.editor/src/org/netbeans/modules/php/editor/model/ModelUtils.java:
##########
@@ -425,7 +438,7 @@ public static NamespaceScope getNamespaceScope(FileScope
fileScope, int offset)
NamespaceScope retval = fileScope.getDefaultDeclaredNamespace();
Collection<? extends NamespaceScope> declaredNamespaces =
fileScope.getDeclaredNamespaces();
for (NamespaceScope namespaceScope : declaredNamespaces) {
- OffsetRange blockRange = namespaceScope.getBlockRange();
+ OffsetRange blockRange = namespaceScope.getBlockRange();
Review Comment:
Please remove trailing spaces.
--
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