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 a2b3513 commit f51c07eCopy full SHA for f51c07e
flymake-phpstan.el
@@ -94,7 +94,7 @@
94
(let ((source (current-buffer)))
95
(save-restriction
96
(widen)
97
- (setq flymake-phpstan--proc (flymake-phpstan-make-process (php-project-root) command-args report-fn source))
+ (setq flymake-phpstan--proc (flymake-phpstan-make-process (php-project-get-root-dir) command-args report-fn source))
98
(process-send-region flymake-phpstan--proc (point-min) (point-max))
99
(process-send-eof flymake-phpstan--proc)))))
100
0 commit comments