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 01ced48 commit b021957Copy full SHA for b021957
phpactor.el
@@ -112,8 +112,8 @@ of GitHub.")
112
;; Special variables
113
(defvar phpactor--execute-async nil)
114
115
-;;;###autoload
116
(defun phpactor--find-executable ()
+ "Return path to Phpactor executable file."
117
(let ((vendor-executable (f-join phpactor-install-directory "vendor/bin/phpactor")))
118
(if (file-exists-p vendor-executable)
119
vendor-executable
0 commit comments