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


##########
php/php.editor/src/org/netbeans/modules/php/editor/CodeUtils.java:
##########
@@ -826,4 +826,15 @@ public static String removeNullableTypePrefix(String 
typeName) {
     public static OffsetRange getOffsetRagne(@NonNull ASTNode node) {
         return new OffsetRange(node.getStartOffset(), node.getEndOffset());
     }
+
+    public static boolean isDnfType(UnionType unionType) {

Review Comment:
   ```suggestion
       public static boolean isDnfType(@Nullable UnionType unionType) {
   ```



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