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.
2 parents f25fe20 + ec6aa73 commit 240c9b7Copy full SHA for 240c9b7
phpactor.el
@@ -78,8 +78,9 @@
78
79
(defun phpactor-get-working-dir ()
80
"Return working directory of Phpactor."
81
- (expand-file-name
82
- (or phpactor-working-dir (php-project-get-root-dir))))
+ (directory-file-name
+ (expand-file-name
83
+ (or phpactor-working-dir (php-project-get-root-dir)))))
84
85
(defun phpactor--make-command-string (sub-command &rest args)
86
"Return command string by `SUB-COMMAND' and `ARGS'."
0 commit comments