We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f1711 commit 45ba779Copy full SHA for 45ba779
phpstan.el
@@ -98,7 +98,7 @@
98
99
;;;###autoload
100
(when (featurep 'flycheck)
101
- (flycheck-define-checker phpstan-checker
+ (flycheck-define-checker phpstan
102
"PHP static analyzer based on PHPStan."
103
:command ("php" (eval (phpstan-get-executable))
104
"analyze" "--errorFormat=raw" "--no-progress" "--no-interaction"
0 commit comments