tmysik commented on a change in pull request #2122:
URL: https://github.com/apache/netbeans/pull/2122#discussion_r419126663



##########
File path: 
php/php.editor/src/org/netbeans/modules/php/editor/completion/DocRenderer.java
##########
@@ -242,6 +243,7 @@ private static String getLocation(PhpElement 
indexedElement) {
         private final PhpElement indexedElement;
         private final List<String> links = new ArrayList<>();
         private final ASTNode node;
+        @NullAllowed
         private PHPDocBlock phpDocBlock;
 
         public PHPDocExtractor(CCDocHtmlFormatter header, PhpElement 
indexedElement, ASTNode node, PHPDocBlock phpDocBlock) {

Review comment:
       Now I see that @junichi11 already requested this change, sorry.
   




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