Skip to content

Commit 56617fa

Browse files
committed
Fix
1 parent 11feb0c commit 56617fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flycheck-phpstan.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
(and (stringp (car-safe phpstan-executable))
5959
(listp (cdr-safe phpstan-executable)))
6060
(null phpstan-executable)))
61-
(setq-local flycheck-phpstan-executable (car (phpstan-get-executable-and-options)))))))
61+
(setq-local flycheck-phpstan-executable (car (phpstan-get-executable-and-args)))))))
6262

6363
(flycheck-define-checker phpstan
6464
"PHP static analyzer based on PHPStan."

0 commit comments

Comments
 (0)