This is an automated email from the ASF dual-hosted git repository.

junichi11 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new d89f552  [NETBEANS-6239] Add PHPStan rule level 9
     new cbb0446  Merge pull request #3341 from 
KacerCZ/netbeans-6239-phpstan-level-9
d89f552 is described below

commit d89f552571432fd771596cfafbd09637df1618e3
Author: Tomas Prochazka <ka...@razdva.cz>
AuthorDate: Sun Nov 28 12:19:20 2021 +0100

    [NETBEANS-6239] Add PHPStan rule level 9
    
    https://issues.apache.org/jira/browse/NETBEANS-6239
    
    Added PHPStan rule level 9.
    Announcement: https://phpstan.org/blog/phpstan-1-0-released#level-9
---
 .../src/org/netbeans/modules/php/analysis/options/AnalysisOptions.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/options/AnalysisOptions.java
 
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/options/AnalysisOptions.java
index 0ab7493..9f370cc 100644
--- 
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/options/AnalysisOptions.java
+++ 
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/options/AnalysisOptions.java
@@ -57,7 +57,7 @@ public final class AnalysisOptions {
     private static final String PHPSTAN_CONFIGURATION = 
"phpstan.configuration"; // NOI18N
     private static final String PHPSTAN_MEMORY_LIMIT = "phpstan.memory.limit"; 
// NOI18N
     public static final int PHPSTAN_MIN_LEVEL = 
Integer.getInteger("nb.phpstan.min.level", 0); // NOI18N
-    public static final int PHPSTAN_MAX_LEVEL = 
Integer.getInteger("nb.phpstan.max.level", 8); // NOI18N
+    public static final int PHPSTAN_MAX_LEVEL = 
Integer.getInteger("nb.phpstan.max.level", 9); // NOI18N
 
     private volatile boolean codeSnifferSearched = false;
     private volatile boolean messDetectorSearched = false;

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to