Skip to content

Commit f9c0813

Browse files
committed
Fix flymake-phpstan
1 parent fa5a892 commit f9c0813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flymake-phpstan.el

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

9191
(defun flymake-phpstan (report-fn &rest _ignored-args)
9292
"Flymake backend for PHPStan report using REPORT-FN."
93-
(let ((command-args (phpstan-get-command-args)))
93+
(let ((command-args (phpstan-get-command-args t)))
9494
(unless (car command-args)
9595
(user-error "Cannot find a phpstan executable command"))
9696
(when (process-live-p flymake-phpstan--proc)

0 commit comments

Comments
 (0)