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 f25fe20 commit ec6aa73Copy full SHA for ec6aa73
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