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.
code
1 parent c13ea17 commit 9dbb2c0Copy full SHA for 9dbb2c0
flymake-phpstan.el
@@ -83,7 +83,7 @@
83
finally (funcall report-fn diags)))
84
(flymake-log :warning "Canceling obsolete check %s" proc))
85
(kill-buffer (process-buffer proc))))
86
- (code (user-error "PHPStan error (exit status: %d)" code)))))))
+ (code (user-error "PHPStan error (exit status: %s)" code)))))))
87
88
(defun flymake-phpstan (report-fn &rest _ignored-args)
89
"Flymake backend for PHPStan report using REPORT-FN."
0 commit comments