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 11feb0c commit 56617faCopy full SHA for 56617fa
flycheck-phpstan.el
@@ -58,7 +58,7 @@
58
(and (stringp (car-safe phpstan-executable))
59
(listp (cdr-safe phpstan-executable)))
60
(null phpstan-executable)))
61
- (setq-local flycheck-phpstan-executable (car (phpstan-get-executable-and-options)))))))
+ (setq-local flycheck-phpstan-executable (car (phpstan-get-executable-and-args)))))))
62
63
(flycheck-define-checker phpstan
64
"PHP static analyzer based on PHPStan."
0 commit comments