Skip to content

Commit 9dbb2c0

Browse files
committed
code is symbol, not integer
Fixes #29
1 parent c13ea17 commit 9dbb2c0

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
@@ -83,7 +83,7 @@
8383
finally (funcall report-fn diags)))
8484
(flymake-log :warning "Canceling obsolete check %s" proc))
8585
(kill-buffer (process-buffer proc))))
86-
(code (user-error "PHPStan error (exit status: %d)" code)))))))
86+
(code (user-error "PHPStan error (exit status: %s)" code)))))))
8787

8888
(defun flymake-phpstan (report-fn &rest _ignored-args)
8989
"Flymake backend for PHPStan report using REPORT-FN."

0 commit comments

Comments
 (0)