tmysik commented on code in PR #3192:
URL: https://github.com/apache/netbeans/pull/3192#discussion_r887852482
##########
php/php.editor/src/org/netbeans/modules/php/editor/verification/PSR4Hint.java:
##########
@@ -102,6 +102,9 @@ public void visit(NamespaceDeclaration node) {
if (CancelSupport.getDefault().isCancelled()) {
return;
}
+ if (currentDir.getName().equals("src")) { // PSR-4
require corrispondence to the directory structure only for the contiguos
subnamespaces
Review Comment:
Typos in the comment.
--
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