Skip to content

Commit f51c07e

Browse files
author
hacktivista
authored
Flymake: Fix project root function call
1 parent a2b3513 commit f51c07e

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
@@ -94,7 +94,7 @@
9494
(let ((source (current-buffer)))
9595
(save-restriction
9696
(widen)
97-
(setq flymake-phpstan--proc (flymake-phpstan-make-process (php-project-root) command-args report-fn source))
97+
(setq flymake-phpstan--proc (flymake-phpstan-make-process (php-project-get-root-dir) command-args report-fn source))
9898
(process-send-region flymake-phpstan--proc (point-min) (point-max))
9999
(process-send-eof flymake-phpstan--proc)))))
100100

0 commit comments

Comments
 (0)