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 fa5a892 commit f9c0813Copy full SHA for f9c0813
flymake-phpstan.el
@@ -90,7 +90,7 @@
90
91
(defun flymake-phpstan (report-fn &rest _ignored-args)
92
"Flymake backend for PHPStan report using REPORT-FN."
93
- (let ((command-args (phpstan-get-command-args)))
+ (let ((command-args (phpstan-get-command-args t)))
94
(unless (car command-args)
95
(user-error "Cannot find a phpstan executable command"))
96
(when (process-live-p flymake-phpstan--proc)
0 commit comments