We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97f6435 + 169d903 commit 09102b0Copy full SHA for 09102b0
phpstan.el
@@ -224,7 +224,8 @@ it returns the value of `SOURCE' as it is."
224
"phpstan/phpstan"))
225
((and (consp phpstan-executable)
226
(eq 'root (car phpstan-executable)))
227
- (expand-file-name (cdr phpstan-executable) (php-project-get-root-dir)))
+ (list
228
+ (expand-file-name (cdr phpstan-executable) (php-project-get-root-dir))))
229
((and (stringp phpstan-executable) (file-exists-p phpstan-executable))
230
(list phpstan-executable))
231
((and phpstan-flycheck-auto-set-executable
0 commit comments