This is an automated email from the ASF dual-hosted git repository.
tprochazka 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 20488d1414 Correcting a typo in the code of the PHPStan static analyser
new ab00fe30b2 Merge pull request #3925 from
troizet/correcting_a_typo_phpstan
20488d1414 is described below
commit 20488d1414d30a7ceef85e420d24b8f8d447bcc5
Author: Alexey Borohvostov <[email protected]>
AuthorDate: Mon Apr 4 22:30:58 2022 +0700
Correcting a typo in the code of the PHPStan static analyser
---
.../src/org/netbeans/modules/php/analysis/commands/PHPStan.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
index c5734e875f..f56fecc1d0 100644
---
a/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
+++
b/php/php.code.analysis/src/org/netbeans/modules/php/analysis/commands/PHPStan.java
@@ -99,8 +99,8 @@ public final class PHPStan {
}
@NbBundle.Messages("PHPStan.script.label=PHPStan")
- public static String validate(String codeSnifferPath) {
- return PhpExecutableValidator.validateCommand(codeSnifferPath,
Bundle.PHPStan_script_label());
+ public static String validate(String phpStanPath) {
+ return PhpExecutableValidator.validateCommand(phpStanPath,
Bundle.PHPStan_script_label());
}
public void startAnalyzeGroup() {
---------------------------------------------------------------------
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