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

tmysik 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 a3459fa  [NETBEANS-4652] Change the max level of PHPStan to 8
     new 86e29e5  Merge pull request #2244 from 
junichi11/netbeans-4652-phpstan-add-level8
a3459fa is described below

commit a3459faf525f6aa3cf7cc6cff6813a51ccf6f557
Author: Junichi Yamamoto <junich...@apache.org>
AuthorDate: Thu Jul 9 14:18:41 2020 +0900

    [NETBEANS-4652] Change the max level of PHPStan to 8
    
    - https://phpstan.org/user-guide/rule-levels
---
 .../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 de157a9..570c644 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
@@ -56,7 +56,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", 7); // NOI18N
+    public static final int PHPSTAN_MAX_LEVEL = 
Integer.getInteger("nb.phpstan.max.level", 8); // 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