junichi11 edited a comment on pull request #2122: URL: https://github.com/apache/netbeans/pull/2122#issuecomment-622986475
https://github.com/apache/netbeans/blob/cefa138b237cea1daea709747532cb91945b62c5/php/php.editor/src/org/netbeans/modules/php/editor/completion/DocRenderer.java#L245-L247 Could you add `@NullAllowed` as the following if possible? This is my fault, sorry. ```java @NullAllowed private PHPDocBlock phpDocBlock; public PHPDocExtractor(CCDocHtmlFormatter header, PhpElement indexedElement, ASTNode node, @NullAllowed PHPDocBlock phpDocBlock) { ``` ---------------------------------------------------------------- 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
