Skip to content

Commit 45ba779

Browse files
committed
Rename flycheck checker
1 parent a5f1711 commit 45ba779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898

9999
;;;###autoload
100100
(when (featurep 'flycheck)
101-
(flycheck-define-checker phpstan-checker
101+
(flycheck-define-checker phpstan
102102
"PHP static analyzer based on PHPStan."
103103
:command ("php" (eval (phpstan-get-executable))
104104
"analyze" "--errorFormat=raw" "--no-progress" "--no-interaction"

0 commit comments

Comments
 (0)