neilcsmith-net commented on code in PR #9431:
URL: https://github.com/apache/netbeans/pull/9431#discussion_r3388529129


##########
php/php.api.phpmodule/src/org/netbeans/modules/php/api/PhpVersion.java:
##########
@@ -245,6 +245,17 @@ public boolean hasMixedType() {
         return this.compareTo(PhpVersion.PHP_80) >= 0;
     }
 
+    /**
+     * Check whether this version supports the static return type. (as of PHP 
8.0)
+     *
+     * @return {@code true} if this version supports static return type,
+     * {@code false} otherwise
+     * @since check code
+     */
+    public boolean hasStaticReturnType() {

Review Comment:
   All were incremented immediately after NB30 branched in #9344   Adding more 
increments generally doesn't harm, but it's not really necessary and can be 
annoying if we need to revert something.



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